浏览代码

Merge pull request #10685 from mattalat/patch-1

Fix Markdown syntax typo in Testing-with-NPM.html
Mr.doob 8 年之前
父节点
当前提交
200572848c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
 			<ol>
 				<li>
 				<li>
 					Write a test for the expected behaviour of your code, and place it under test/.
 					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>
 
 
 				<li>
 				<li>