Browse Source

Merge pull request #10685 from mattalat/patch-1

Fix Markdown syntax typo in Testing-with-NPM.html
Mr.doob 8 years ago
parent
commit
200572848c
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

@@ -187,7 +187,7 @@ The THREE object should be able to construct a Vector3 with default of x=0: 0ms
 			<ol>
 				<li>
 					Write a test for the expected behaviour of your code, and place it under test/.
-					[linkk:https://github.com/air/encounter/blob/master/test/Physics-test.js Here] is an example from a real project.
+					[link:https://github.com/air/encounter/blob/master/test/Physics-test.js Here] is an example from a real project.
 				</li>
 
 				<li>