Fix typo in comment (sorry for introducing it!)
authorAndreas Lind <andreas@one.com>
Sat, 27 May 2017 09:00:29 +0000 (11:00 +0200)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 09:00:29 +0000 (11:00 +0200)
tests/minifier.js

index bb38c25..361dff1 100644 (file)
@@ -3275,7 +3275,7 @@ QUnit.test('canCollapseWhitespace and canTrimWhitespace hooks', function(assert)
   }), output);
 
   // Make sure that the stack does get reset when leaving the element for which
-  // the hooks returned fales:
+  // the hooks returned false:
   input = '<div class="leaveAlone"></div><div> foo  bar </div>';
   output = '<div class="leaveAlone"></div><div>foo bar</div>';