瀏覽代碼

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 年之前
父節點
當前提交
b747b922df
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/mustache-spec-test.js

+ 1
- 1
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;



Loading…
取消
儲存