Browse Source

lowercase three.js in loader docs for consistency

duhaime 7 years ago
parent
commit
de21e1d5f9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/loaders/ImageLoader.html
  2. 1 1
      docs/api/loaders/TextureLoader.html

+ 1 - 1
docs/api/loaders/ImageLoader.html

@@ -51,7 +51,7 @@
 		);
 		</code>
 
-		Please note Three.js r84 dropped support for ImageLoader progress events. For an ImageLoader that supports progress events, see [link:https://github.com/mrdoob/three.js/issues/10439#issuecomment-275785639 this thread].
+		Please note three.js r84 dropped support for ImageLoader progress events. For an ImageLoader that supports progress events, see [link:https://github.com/mrdoob/three.js/issues/10439#issuecomment-275785639 this thread].
 
 		<h2>Constructor</h2>
 

+ 1 - 1
docs/api/loaders/TextureLoader.html

@@ -55,7 +55,7 @@
 		);
 		</code>
 
-		Please note Three.js r84 dropped support for TextureLoader progress events. For a TextureLoader that supports progress events, see [link:https://github.com/mrdoob/three.js/issues/10439#issuecomment-293260145 this thread].
+		Please note three.js r84 dropped support for TextureLoader progress events. For a TextureLoader that supports progress events, see [link:https://github.com/mrdoob/three.js/issues/10439#issuecomment-293260145 this thread].
 
 		<h2>Constructor</h2>