From ff0ff86336cab667369f3d89aa1c603abffd23c6 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 16 Jun 2020 21:29:18 +0800 Subject: doc: fix typos --- misc/zsh_completion/git-bug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/zsh_completion') diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index d28bd244..6ec6d0d0 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -449,7 +449,7 @@ function _git-bug_version { _arguments \ '(-n --number)'{-n,--number}'[Only show the version number]' \ '(-c --commit)'{-c,--commit}'[Only show the commit hash]' \ - '(-a --all)'{-a,--all}'[Show all version informations]' + '(-a --all)'{-a,--all}'[Show all version information]' } function _git-bug_webui { -- cgit