Browse Source

Merge pull request #12123 from ZKeeping/patch-1

Fixed minor typo
Mr.doob 8 years ago
parent
commit
ce07fd5713
1 changed files with 1 additions and 1 deletions
  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>