Fix typo in _jekyll completion

As per subject
This commit is contained in:
lucapette 2014-03-29 18:43:38 +01:00
parent 107bdaba20
commit deb6a6fa4e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ case $state in
"help:Dislplay global or [command] help documentation"
"import:Import your old blog to Jekyll"
"new:Creates a new Jekyll site scaffold in PATH"
"serve:Serve your stie locally"
"serve:Serve your site locally"
)
_describe -t subcommands 'jekyll subcommand' subcommands && ret=0