Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ya8282 committed Jul 23, 2020
1 parent 11f766a commit 17f765b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1-introduction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a-sphere id="venus" position="-5 2 -10" radius=".5" color="#ECBFBF"></a-sphere>
<a-sphere id="mars" position="-1 2 -10" radius=".25" color="#CF503A"></a-sphere>

<!--notice this one doens't have a radius? If you don't specify one,
<!--notice this one doesn't have a radius? If you don't specify one,
A-Frame uses the default, which is 1 -->
<a-sphere id="jupiter" position="1 2 -10" color="#C9957A"></a-sphere>
<a-sphere id="pluto" position="13 2 -10" radius=".10" color="#BFCFD4"></a-sphere>
Expand Down Expand Up @@ -61,4 +61,4 @@

</a-scene>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a-circle id="venus" position="-5 2 -10" radius=".5" color="#ECBFBF"></a-circle>
<a-circle id="mars" position="-1 2 -10" radius=".25" color="#CF503A"></a-circle>

<!--notice this one doens't have a radius? If you don't specify one,
<!--notice this one doesn't have a radius? If you don't specify one,
A-Frame uses the default, which is 1 -->
<a-circle id="jupiter" position="1 2 -10" color="#C9957A"></a-circle>
<a-circle id="pluto" position="13 2 -10" radius=".10" color="#BFCFD4"></a-circle
Expand Down Expand Up @@ -61,4 +61,4 @@

</a-scene>
</body>
</html>
</html>

0 comments on commit 17f765b

Please sign in to comment.