Skip to content

Commit

Permalink
fixed spelling error in traversal links
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntWaffleCake committed Feb 9, 2024
1 parent 34355ea commit 3241b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articleTemplateObjects/physicsEngineArticleNavObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
<a href="../projects/Physics/BallCollisionOptimization/" target="_top" class="article-nav-link">Ball Collision Optimization</a>
<a href="../projects/Physics/BoxCollision/index.html" target="_top" class="article-nav-link">Box Collision</a>
<a href="../projects/Physics/PolygonCollision/index.html" target="_top" class="article-nav-link">Polygon Collision</a>
<a href="../projects/Physics/VerletPhyics/index.html" target="_top" class="article-nav-link">Verlet Physics</a>
<a href="../projects/Physics/VerletPhysics/index.html" target="_top" class="article-nav-link">Verlet Physics</a>
</nav>
</body>

0 comments on commit 3241b10

Please sign in to comment.