From 8a2eda2b13a39f4bfb62e848cdbc21229ff6328f Mon Sep 17 00:00:00 2001
From: Dylan Lloyd <dylan@disinclined.org>
Date: Fri, 10 Feb 2023 18:47:24 -0500
Subject: [PATCH] typo fixes

---
 _data/personal-projects.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_data/personal-projects.yml b/_data/personal-projects.yml
index efa8eed..4206279 100644
--- a/_data/personal-projects.yml
+++ b/_data/personal-projects.yml
@@ -6,7 +6,7 @@
 #  description: |
 #    Multiuser dungeon demonstration.
 #    <br><br>
-#    Check it out <a href='mud'>here</a>
+#    Check it out <a href='mud'>here</a>.
 
 - name: minimax
   description: |
@@ -14,7 +14,7 @@
     <br><br>
     Uses the <a href="https://en.wikipedia.org/wiki/Minimax">minimax algorithm</a>.
     <br><br>
-    Check it out <a href='minimax'>here</a>
+    Check it out <a href='minimax'>here</a>.
 
 - name: dylansserver
   description: |
@@ -28,7 +28,7 @@
   description: |
     One and two dimensional cellular automata animated on an HTML canvas. Two dimensional automaton seeds can be drawn on the screen and animated.
     <br><br>
-    Check it out <a href='cellular-automata'>here</a>
+    Check it out <a href='cellular-automata'>here</a>.
 
 - name: i_like_pandora
   description: |
-- 
2.30.2