fix: typo in level stash

This commit is contained in:
Eugen Blattner 2021-03-29 02:02:41 +02:00 committed by GitHub
parent f8f562b742
commit cb1c0c2848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ cards = checkout commit-auto merge reset-hard
[description]
You will encounter situations in which you are working on your project but you need to
put your current changes aride temporarily. To do so, you can use the stash function. Use
put your current changes aside temporarily. To do so, you can use the stash function. Use
git stash push
to add your current changes to the stash stack.