Browse Source

fix a typo

Alexander Fields 8 năm trước cách đây
mục cha
commit
3d7b8cde3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>