Signed-off-by: Catalin Criste <[email protected]>
---
Documentation/git-stash.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 7ef8c4791177b..b96ce2d02d149 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -88,7 +88,7 @@ save [-p|--patch] [-k|--[no-]keep-index]
[-u|--include-untracked] [-a|--all] [-q
This option is deprecated in favour of 'git stash push'. It
differs from "stash push" in that it cannot take pathspecs,
- and any non-option arguments form the message.
+ and any non-option arguments from the message.
list [<options>]::
--
https://github.com/git/git/pull/521