Просмотр исходного кода

fix: minor grammar correction (#29999)

Signed-off-by: Saikat Dey <saikatdey2100@gmail.com>
Saikat Dey 1 год назад
Родитель
Сommit
a77056b4d0
1 измененных файлов с 2 добавлено и 2 удалено
  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号