Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
belen-albeza committed Oct 19, 2015
1 parent 032fbb4 commit bf348bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><a href="index.html">3D AABB collisions</a></h1>
<p>This is a collection of demos and examples on how to use and implement
<strong>3D Axis-Aligned Bounding-Box collision detection</strong> in HTML 5 games.</p>
<p>It is recommended to also read the companion articles at the
<a href="https://developer.mozilla.org/en-US/docs/Games/Techniques/Tilemaps">Mozilla Developer Network</a>.
<a href="https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_collision_detection">Mozilla Developer Network</a>.
</p>

<nav>
Expand Down
2 changes: 1 addition & 1 deletion raw_box.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1><a href="index.html">3D AABB collisions</a></h1>
<div class="canvas-wrapper">
<canvas id="demo" width="512" height="512"></canvas>
<aside class="message">
<strong>Drag</strong> the point around
<strong>Drag</strong> the cube around
</aside>
</div><!-- canvas wrapper -->

Expand Down

0 comments on commit bf348bf

Please sign in to comment.