]> source.dussan.org Git - jquery.git/commitdiff
Build: Fix comment typo
authorMatan Kotler-Berkowitz <205matan@gmail.com>
Tue, 8 Aug 2017 22:08:02 +0000 (01:08 +0300)
committerRichard Gibson <richard.gibson@gmail.com>
Tue, 8 Aug 2017 22:08:02 +0000 (18:08 -0400)
Closes gh-3747

dist/.eslintrc.json

index a15539adbc5a1a00e748061153111aa7065b0cbd..c2aa05c5e021422e7f9543eaac1f4c97e2f41020 100644 (file)
@@ -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",