From deb6a6fa4eb6f85ce22ab0657eb5d9973d8b9a9e Mon Sep 17 00:00:00 2001 From: lucapette Date: Sat, 29 Mar 2014 18:43:38 +0100 Subject: [PATCH] Fix typo in _jekyll completion As per subject --- src/_jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_jekyll b/src/_jekyll index 37f3576..6326ac9 100644 --- a/src/_jekyll +++ b/src/_jekyll @@ -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