Skip to content

Commit

Permalink
Merge pull request #819 from papandreou/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment (sorry for introducing it!)
  • Loading branch information
alexlamsl authored May 27, 2017
2 parents 708bd7c + bb00c30 commit 01a7ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/minifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>';

Expand Down

0 comments on commit 01a7ef7

Please sign in to comment.