Browse Source

Docs: Improve wording in intro guide.

Mugen87 6 years ago
parent
commit
eb60ff844a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/en/introduction/Creating-a-scene.html

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

@@ -118,7 +118,7 @@
 		<h2>The result</h2>
 		<p>Congratulations! You have now completed your first three.js application. It's simple, you have to start somewhere.</p>
 
-		<p>The full code is available below and as an interactive [link:https://jsfiddle.net/mkba0ecu/ live example]. Play around with it to get a better understanding of how it works.</p>
+		<p>The full code is available below and as an editable [link:https://jsfiddle.net/mkba0ecu/ live example]. Play around with it to get a better understanding of how it works.</p>
 
 		<code>
 		&lt;html&gt;