mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix typo in _jekyll completion
As per subject
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user