Gregg Tavares 6 years ago
parent
commit
d4b2d95921
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-align-html-elements-to-3d.md

+ 1 - 1
threejs/lessons/threejs-align-html-elements-to-3d.md

@@ -109,7 +109,7 @@ let's also add some CSS for the labels themselves
 
 
 Now into our code we don't have to add too much. We had a function
 Now into our code we don't have to add too much. We had a function
 `makeInstance` that we used to generate cubes. Let's make it
 `makeInstance` that we used to generate cubes. Let's make it
-so we it also adds a label element.
+so it also adds a label element.
 
 
 ```js
 ```js
 +const labelContainerElem = document.querySelector('#labels');
 +const labelContainerElem = document.querySelector('#labels');