Skip to content

Commit 01a7ef7

Browse files
authored
Merge pull request #819 from papandreou/patch-1
Fix typo in comment (sorry for introducing it!)
2 parents 708bd7c + bb00c30 commit 01a7ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/minifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3275,7 +3275,7 @@ QUnit.test('canCollapseWhitespace and canTrimWhitespace hooks', function(assert)
32753275
}), output);
32763276

32773277
// Make sure that the stack does get reset when leaving the element for which
3278-
// the hooks returned fales:
3278+
// the hooks returned false:
32793279
input = '<div class="leaveAlone"></div><div> foo bar </div>';
32803280
output = '<div class="leaveAlone"></div><div>foo bar</div>';
32813281

0 commit comments

Comments
 (0)