Browse Source

fix: minor grammar correction (#29999)

Signed-off-by: Saikat Dey <saikatdey2100@gmail.com>
Saikat Dey 1 year ago
parent
commit
a77056b4d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/en/loaders/Loader.html

+ 2 - 2
docs/api/en/loaders/Loader.html

@@ -63,7 +63,7 @@
 
 		<h3>[method:undefined load]()</h3>
 		<p>
-			This method needs to be implement by all concrete loaders. It holds the
+			This method needs to be implemented by all concrete loaders. It holds the
 			logic for loading the asset from the backend.
 		</p>
 
@@ -92,7 +92,7 @@
 
 		<h3>[method:undefined parse]()</h3>
 		<p>
-			This method needs to be implement by all concrete loaders. It holds the
+			This method needs to be implemented by all concrete loaders. It holds the
 			logic for parsing the asset into three.js entities.
 		</p>
 

粤ICP备19079148号