summaryrefslogtreecommitdiff
path: root/plugins/grunt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/grunt')
-rw-r--r--plugins/grunt/grunt.plugin.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/grunt/grunt.plugin.zsh b/plugins/grunt/grunt.plugin.zsh
index 3f9695177..a89469a59 100644
--- a/plugins/grunt/grunt.plugin.zsh
+++ b/plugins/grunt/grunt.plugin.zsh
@@ -82,7 +82,7 @@ function __grunt() {
update_msg=' (cache updated)'
fi
- # Make optioins completion.
+ # Make options completion.
if [[ ${#__grunt_opts} -gt 0 ]]; then
opts+=("${__grunt_opts[@]}")
fi
@@ -161,7 +161,7 @@ function __grunt_update_cache() {
fi
if [[ $is_updating -ne 0 ]]; then
- # Update caceh.
+ # Update cache.
__grunt_version=$version
__grunt_gruntfile=$gruntfile
is_updating=1