Felipe 3 年之前
父节点
当前提交
787fc06deb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>