Преглед изворни кода

Merge pull request #12095 from infodiver/patch-1

fix a typo
Mr.doob пре 8 година
родитељ
комит
7ea084ee57
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>