Ver Fonte

Merge pull request #12020 from jasonmarkperez/patch-1

Update Import-via-modules.html
Mr.doob há 8 anos atrás
pai
commit
3c4e78de12
1 ficheiros alterados com 1 adições e 1 exclusões
  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>