Merge branch 'rs/pretty-use-prefixcmp'
[gitweb.git] / Documentation / git-stash.txt
index 0aa4e20eaed524ee01ae4bee11873efaedf44124..711ffe17a7574511de6c20cb85b6cdd5a4fff5a5 100644 (file)
@@ -144,7 +144,7 @@ drop [-q|--quiet] [<stash>]::
 
        Remove a single stashed state from the stash list. When no `<stash>`
        is given, it removes the latest one. i.e. `stash@{0}`, otherwise
-       `<stash>` must a valid stash log reference of the form
+       `<stash>` must be a valid stash log reference of the form
        `stash@{<revision>}`.
 
 create::