rico 5 лет назад
Родитель
Сommit
b35da20df3
1 измененных файлов с 2 добавлено и 2 удалено
  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
   tree like structure and represent where objects appear and how they are
   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
   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
 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>
-</div>
+</div>

粤ICP备19079148号