浏览代码

Merge pull request #12123 from ZKeeping/patch-1

Fixed minor typo
Mr.doob 8 年之前
父节点
当前提交
ce07fd5713
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/introduction/Import-via-modules.html

+ 1 - 1
docs/manual/introduction/Import-via-modules.html

@@ -19,7 +19,7 @@
 			</ul>
 		</div>
 
-		<div>Using a dependency manager like npm avoids these caveats by allowing you to simply download and import your desired version of the libarary onto your machine.</div>
+		<div>Using a dependency manager like npm avoids these caveats by allowing you to simply download and import your desired version of the library onto your machine.</div>
 
 		<h2>Installation via npm</h2>