Felipe 3 năm trước cách đây
mục cha
commit
787fc06deb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>