From: Matan Kotler-Berkowitz <205matan@gmail.com> Date: Tue, 8 Aug 2017 22:08:02 +0000 (+0300) Subject: Build: Fix comment typo X-Git-Tag: 3.3.0~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=70c715822b5250149dc838838a3d681287671558;p=jquery.git Build: Fix comment typo Closes gh-3747 --- diff --git a/dist/.eslintrc.json b/dist/.eslintrc.json index a15539adb..c2aa05c5e 100644 --- a/dist/.eslintrc.json +++ b/dist/.eslintrc.json @@ -7,7 +7,7 @@ // That is okay for the built version "no-multiple-empty-lines": "off", - // Because sizze is not compatible to jquery code style + // Because sizzle is not compatible to jquery code style "no-nested-ternary": "off", "no-unused-expressions": "off", "lines-around-comment": "off",