Browse Source

Merge pull request #12089 from infodiver/patch-3

fix a typo
Mr.doob 8 years ago
parent
commit
393b54a964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/buildTools/Testing-with-NPM.html

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

@@ -106,7 +106,7 @@ $ npm install mocha --save-dev
 				<li>
 					Rerun the test with
 					<code>
-						$ npm test.
+						$ npm test
 					</code>
 
 					This should now succeed, reporting 0 passing (1ms)