Felipe hace 3 años
padre
commit
787fc06deb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/manual/en/introduction/Installation.html

+ 1 - 1
docs/manual/en/introduction/Installation.html

@@ -64,7 +64,7 @@
 
 
 		<p>
 		<p>
 			The three.js library can be used without any build system, either by uploading files to your own web server or by using an existing CDN. Because the library relies on ES modules, any script that references it must use <em>type="module"</em> as shown below.
 			The three.js library can be used without any build system, either by uploading files to your own web server or by using an existing CDN. Because the library relies on ES modules, any script that references it must use <em>type="module"</em> as shown below.
-			It is also require to define an Import Map which resolves the bare module specifier `three`.
+			It is also required to define an Import Map which resolves the bare module specifier `three`.
 		</p>
 		</p>
 
 
 		<code>
 		<code>