From bb00c30d1a4e4c76cbe039b35d10c76b4452a460 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sat, 27 May 2017 11:00:29 +0200 Subject: [PATCH] Fix typo in comment (sorry for introducing it!) --- tests/minifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/minifier.js b/tests/minifier.js index bb38c25..361dff1 100644 --- a/tests/minifier.js +++ b/tests/minifier.js @@ -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 = '
foo bar
'; output = '
foo bar
'; -- 2.34.1