diff options
author | Matan Kotler-Berkowitz <205matan@gmail.com> | 2017-08-09 01:08:02 +0300 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2017-08-08 18:08:02 -0400 |
commit | 70c715822b5250149dc838838a3d681287671558 (patch) | |
tree | 48c65cbe2fdeb4f5bc547f7d9213d9a9d087d02a /dist | |
parent | 3cf1d14ccc63b8054ee977e90c72c5da07c80e59 (diff) | |
download | jquery-70c715822b5250149dc838838a3d681287671558.tar.gz jquery-70c715822b5250149dc838838a3d681287671558.zip |
Build: Fix comment typo
Closes gh-3747
Diffstat (limited to 'dist')
-rw-r--r-- | dist/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |