Browse Source

Fixing typo

rico 5 years ago
parent
commit
b35da20df3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      threejs/lessons/threejs-fundamentals.md

+ 2 - 2
threejs/lessons/threejs-fundamentals.md

@@ -49,7 +49,7 @@ Things to notice about the diagram above.
   the background color and fog. These objects define a hierarchical parent/child
   the background color and fog. These objects define a hierarchical parent/child
   tree like structure and represent where objects appear and how they are
   tree like structure and represent where objects appear and how they are
   oriented. Children are positioned and oriented relative to their parent. For
   oriented. Children are positioned and oriented relative to their parent. For
-  example the wheels on a car might children of the car so that moving and
+  example the wheels on a car might be children of the car so that moving and
   orienting the car's object automatically moves the wheels. You can read more
   orienting the car's object automatically moves the wheels. You can read more
   about this in [the article on scenegraphs](threejs-scenegraph.html).
   about this in [the article on scenegraphs](threejs-scenegraph.html).
 
 
@@ -485,4 +485,4 @@ you can read the <a href="https://github.com/mrdoob/three.js/wiki/Migration-Guid
 see what you need to change. It would be too much work to maintain both an es6 module and a class script
 see what you need to change. It would be too much work to maintain both an es6 module and a class script
 version of this site so going forward this site will only show es6 module style. As stated elsewhere,
 version of this site so going forward this site will only show es6 module style. As stated elsewhere,
 to support legacy browsers look into a <a href="https://babeljs.io">transpiler</a>.</p>
 to support legacy browsers look into a <a href="https://babeljs.io">transpiler</a>.</p>
-</div>
+</div>