From 290798d7749f5c78d6791614141e41fbf6fa8125 Mon Sep 17 00:00:00 2001
From: Charles Haines <charlesmhainesii@gmail.com>
Date: Mon, 27 Jan 2025 22:24:15 -0500
Subject: [PATCH] Fix spelling error in level stash-merge

---
 levels/stash/stash-merge | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/levels/stash/stash-merge b/levels/stash/stash-merge
index edab359..14ef00f 100644
--- a/levels/stash/stash-merge
+++ b/levels/stash/stash-merge
@@ -3,8 +3,8 @@ cards = checkout commit-auto merge reset-hard
 
 [description]
 
-When you want to reapply your changes but you already continued working on your file, you might get
-a merge conflict! Let's practise this situation.
+When you want to re-apply your changes but you already continued working on your file, you might get
+a merge conflict! Let's practice this situation.
 Pop the changes from the stash with
     git stash pop
 and resolve the merge conflict. Commit the resolved changes and clear the stash stack afterwards.