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

Docs: Loaders - "progresses" typo (#29848)

* en/loaders: "progresses" typo

* zh/loaders: "progresses" typo
satelllte 1 год назад
Родитель
Сommit
0709293b2f

+ 1 - 1
docs/examples/en/loaders/MMDLoader.html

@@ -44,7 +44,7 @@
 				scene.add( mesh );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/en/loaders/OBJLoader.html

@@ -45,7 +45,7 @@
 				scene.add( object );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/en/loaders/PCDLoader.html

@@ -50,7 +50,7 @@
 				scene.add( points );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/en/loaders/PDBLoader.html

@@ -46,7 +46,7 @@
 				console.log( 'This molecule has ' + json.atoms.length + ' atoms' );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/en/loaders/SVGLoader.html

@@ -68,7 +68,7 @@
 				scene.add( group );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/en/loaders/TGALoader.html

@@ -42,7 +42,7 @@
 				console.log( 'Texture is loaded' );
 
 			},
-			// called when the loading is in progresses
+			// called when the loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/zh/loaders/MMDLoader.html

@@ -44,7 +44,7 @@
 				scene.add( mesh );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/zh/loaders/OBJLoader.html

@@ -44,7 +44,7 @@
 				scene.add( object );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/zh/loaders/PCDLoader.html

@@ -50,7 +50,7 @@
 				scene.add( points );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/zh/loaders/PDBLoader.html

@@ -47,7 +47,7 @@
 				console.log( 'This molecule has ' + json.atoms.length + ' atoms' );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/zh/loaders/SVGLoader.html

@@ -68,7 +68,7 @@
 				scene.add( group );
 
 			},
-			// called when loading is in progresses
+			// called when loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

+ 1 - 1
docs/examples/zh/loaders/TGALoader.html

@@ -41,7 +41,7 @@
 				console.log( 'Texture is loaded' );
 
 			},
-			// called when the loading is in progresses
+			// called when the loading is in progress
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

粤ICP备19079148号