Procházet zdrojové kódy

docs: Fix simple typo, skiped -> skipped

There is a small typo in test/mustache-spec-test.js.

Should read `skipped` rather than `skiped`.
pull/749/head
Tim Gates před 6 roky
rodič
revize
ed20d9b768
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: AE3BE0D53823CF05
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test/mustache-spec-test.js

+ 1
- 1
test/mustache-spec-test.js Zobrazit soubor

@@ -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;



Načítá se…
Zrušit
Uložit