Browse Source

Fix typo in threejs-scenegraph (#137)

mell0kat 4 years ago
parent
commit
48a6b71bc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-scenegraph.md

+ 1 - 1
threejs/lessons/threejs-scenegraph.md

@@ -226,7 +226,7 @@ objects.push(earthMesh);
 
 Again we added more invisible scene graph nodes. The first, an `Object3D` called `earthOrbit`
 and added both the `earthMesh` and the `moonOrbit` to it, also new. We then added the `mooMesh`
-to the `moonRobit`. The new scene graph looks like this.
+to the `moonOrbit`. The new scene graph looks like this.
 
 <img src="resources/images/scenegraph-sun-earth-moon.svg" align="center">