Felipe 3 gadi atpakaļ
vecāks
revīzija
787fc06deb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/manual/en/introduction/Installation.html

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

@@ -64,7 +64,7 @@
 
 		<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.
-			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>
 
 		<code>