diff --git a/test/mustache-spec-test.js b/test/mustache-spec-test.js index 181c0e7..0e50018 100644 --- a/test/mustache-spec-test.js +++ b/test/mustache-spec-test.js @@ -32,7 +32,7 @@ var skipTests = { ] }; -// You can run the skiped tests by setting the NOSKIP environment variable to +// You can run the skipped tests by setting the NOSKIP environment variable to // true (e.g. NOSKIP=true mocha test/mustache-spec-test.js) var noSkip = process.env.NOSKIP;