浏览代码

fix a typo

Alexander Fields 8 年之前
父节点
当前提交
3d7b8cde3c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/buildTools/Testing-with-NPM.html

+ 1 - 1
docs/manual/buildTools/Testing-with-NPM.html

@@ -144,7 +144,7 @@ $ npm install three --save-dev
 				<li>
 					Mocha will look for tests in test/, so let's
 					<code>
-					$ mkdir test.
+					$ mkdir test
 					</code>
 				</li>