Explorar o código

Fix incorrect file name in documentation paragraph (#29118)

Corrected the file name mentioned in the documentation paragraph. The previous file name was incorrect, which could cause confusion for users.

Changes made:
- Fixed file name HTML in line no 74 of the documentation as main.js.
NAVEEN KURELLA hai 1 ano
pai
achega
5762f7009a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/manual/en/introduction/Creating-a-scene.html

+ 1 - 1
docs/manual/en/introduction/Creating-a-scene.html

@@ -71,7 +71,7 @@
 
 		<h2>Rendering the scene</h2>
 
-		<p>If you copied the code from above into the HTML file we created earlier, you wouldn't be able to see anything. This is because we're not actually rendering anything yet. For that, we need what's called a render or animation loop.</p>
+		<p>If you copied the code from above into the main.js file we created earlier, you wouldn't be able to see anything. This is because we're not actually rendering anything yet. For that, we need what's called a render or animation loop.</p>
 
 		<code>
 		function animate() {

粤ICP备19079148号