Browse Source

fix a typo

Alexander Fields 8 years ago
parent
commit
0745c92187
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>
 				<li>
 					Rerun the test with
 					Rerun the test with
 					<code>
 					<code>
-						$ npm test.
+						$ npm test
 					</code>
 					</code>
 
 
 					This should now succeed, reporting 0 passing (1ms)
 					This should now succeed, reporting 0 passing (1ms)