diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-22 10:18:53 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-22 10:18:53 -0800 |
commit | 9c0b6430273caa15ca9752eed955c3e7106d82a3 (patch) | |
tree | 2408ddb64946210a1dcc24d996ea6bbd48b63be9 /plugins/git-hubflow | |
parent | ff6ca9b85643e13ae23b9f47d86eb34dcc5ed576 (diff) | |
parent | 49549d95582832a25957af6daca6621f60c775ac (diff) | |
download | zsh-9c0b6430273caa15ca9752eed955c3e7106d82a3.tar.gz zsh-9c0b6430273caa15ca9752eed955c3e7106d82a3.tar.bz2 zsh-9c0b6430273caa15ca9752eed955c3e7106d82a3.zip |
Merge pull request #3509 from joshtronic/patch-2
Update git-hubflow.plugin.zsh
Diffstat (limited to 'plugins/git-hubflow')
-rw-r--r-- | plugins/git-hubflow/git-hubflow.plugin.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/git-hubflow/git-hubflow.plugin.zsh b/plugins/git-hubflow/git-hubflow.plugin.zsh index a09f88391..4cf5b9177 100644 --- a/plugins/git-hubflow/git-hubflow.plugin.zsh +++ b/plugins/git-hubflow/git-hubflow.plugin.zsh @@ -5,7 +5,7 @@ # # To achieve git-hubflow completion nirvana: # -# 0. Update your zsh's git-completion module to the newest verion. +# 0. Update your zsh's git-completion module to the newest version. # From here. http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=blob_plain;f=Completion/Unix/Command/_git;hb=HEAD # # 1. Install this file. Either: @@ -17,7 +17,7 @@ # # source ~/.git-hubflow-completion.zsh # -# c. Or, use this file as a oh-my-zsh plugin. +# c. Or, use this file as an oh-my-zsh plugin. # _git-hf () |