소스 검색

Merge pull request #12089 from infodiver/patch-3

fix a typo
Mr.doob 8 년 전
부모
커밋
393b54a964
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)