Fix typos

This commit is contained in:
Marcel Ribeiro-Dantas 2024-02-12 00:54:11 -03:00 committed by blinry
parent ce9fcda773
commit 9da0bd1fbd
4 changed files with 4 additions and 4 deletions
levels
index
stash

View file

@ -35,4 +35,4 @@ test "$(git show main^:c)" != "c"
[congrats]
Well done! Try tavelling between the commits using `git checkout`, so you can look at their contents again!
Well done! Try travelling between the commits using `git checkout`, so you can look at their contents again!

View file

@ -39,7 +39,7 @@ git add recipe
[win]
# Did you resolve the confict and commit?
# Did you resolve the conflict and commit?
{ git show HEAD | grep "Flour"; } && { git show HEAD | grep "Salt"; }
# Did you clear stash stack?