Skip to content

Commit 1c7cadc

Browse files
authored
Merge pull request #14376 from rtpHarry/patch-1
fix typo in GLTFLoader example comments
2 parents a866c59 + aa7cde8 commit 1c7cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/loaders/GLTFLoader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Example</h2>
6060
gltf.asset; // Object
6161

6262
},
63-
// called when loading is in progresses
63+
// called while loading is progressing
6464
function ( xhr ) {
6565

6666
console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );

0 commit comments

Comments
 (0)