From 70c715822b5250149dc838838a3d681287671558 Mon Sep 17 00:00:00 2001 From: Matan Kotler-Berkowitz <205matan@gmail.com> Date: Wed, 9 Aug 2017 01:08:02 +0300 Subject: [PATCH] Build: Fix comment typo Closes gh-3747 --- dist/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5