summaryrefslogtreecommitdiff
path: root/doc/topics/git/useful_git_commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/git/useful_git_commands.md')
-rw-r--r--doc/topics/git/useful_git_commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/useful_git_commands.md b/doc/topics/git/useful_git_commands.md
index abd06b95b1e..68b4c772b8b 100644
--- a/doc/topics/git/useful_git_commands.md
+++ b/doc/topics/git/useful_git_commands.md
@@ -74,7 +74,7 @@ message.
git stash save
```
-The default behavor of `stash` is to save, so you can also use just:
+The default behavior of `stash` is to save, so you can also use just:
```sh
git stash