Skip to content

Commit 5badfdc

Browse files
sloriotgitster
authored andcommitted
Documentation/git-stash.txt: add a missing verb
Signed-off-by: Sébastien Loriot <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ac046c0 commit 5badfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-stash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ drop [-q|--quiet] [<stash>]::
144144

145145
Remove a single stashed state from the stash list. When no `<stash>`
146146
is given, it removes the latest one. i.e. `stash@{0}`, otherwise
147-
`<stash>` must a valid stash log reference of the form
147+
`<stash>` must be a valid stash log reference of the form
148148
`stash@{<revision>}`.
149149

150150
create::

0 commit comments

Comments
 (0)