Kaynağa Gözat

docs: Fix simple typo, skiped -> skipped (#749)

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

Should read `skipped` rather than `skiped`.
tags/v4.1.0
Tim Gates GitHub 6 yıl önce
ebeveyn
işleme
b747b922df
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      test/mustache-spec-test.js

+ 1
- 1
test/mustache-spec-test.js Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet