From b747b922df087d2dae749cdc61cd568f7f98ecb6 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 8 Apr 2020 19:51:25 +1000 Subject: [PATCH] docs: Fix simple typo, skiped -> skipped (#749) There is a small typo in test/mustache-spec-test.js. Should read `skipped` rather than `skiped`. --- test/mustache-spec-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;