Browse Source

Update Import-via-modules.html

Jason Perez 8 years ago
parent
commit
bda663edb7
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

@@ -65,7 +65,7 @@
 		<h2>Caveats</h2>
 
 		<div>
-			Currenlty it's not possible to import the files within the "examples/js" directroy in this way.
+			Currently it's not possible to import the files within the "examples/js" directroy in this way.
 			This is due to some of the files relying on global namespace pollution of THREE. For more information see <a href="https://github.com/mrdoob/three.js/issues/9562" target="_blank">Transform `examples/js` to support modules #9562</a>.
 		</div>
 	</body>