Merge pull request #220 from ejsuncy/master

docs: Fix grammar typos (#1)
This commit is contained in:
coryb
2018-11-29 19:52:02 -08:00
committed by GitHub
+1 -1
View File
@@ -66,7 +66,7 @@ From within that source dir you can build and install modifications from within
#### Setting up TAB completion
Since go-jira is build with the "kingpin" golang command line library we supports bash/zsh shell completion automatically:
Since go-jira is built with the "kingpin" golang command line library we support bash/zsh shell completion automatically:
* <https://github.com/alecthomas/kingpin/tree/v2.2.5#bashzsh-shell-completion>