diff options
author | George Rodrigues <georgerodrigues@live.com.au> | 2022-10-03 12:03:53 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 17:03:53 +0200 |
commit | e0e22d112013aee22635b6afe4c2c9d1bf88cbf0 (patch) | |
tree | 51a7221d8ac9b9997989aed058fe7802e83a6b5d /plugins/salt | |
parent | 1c879f67b4380f0705ee1bc578d5aab53bf192a4 (diff) | |
download | zsh-e0e22d112013aee22635b6afe4c2c9d1bf88cbf0.tar.gz zsh-e0e22d112013aee22635b6afe4c2c9d1bf88cbf0.tar.bz2 zsh-e0e22d112013aee22635b6afe4c2c9d1bf88cbf0.zip |
chore(docs): fix some typos (#11211)
Diffstat (limited to 'plugins/salt')
-rw-r--r-- | plugins/salt/_salt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/salt/_salt b/plugins/salt/_salt index a1c55f350..589d21d8b 100644 --- a/plugins/salt/_salt +++ b/plugins/salt/_salt @@ -9,7 +9,7 @@ # zstyle ':completion::complete:salt(|-call):modules:' use-cache true # zstyle ':completion::complete:salt(|-cp|-call|-run|-key):salt_dir:' use-cache true # -# cache validation can be controled with the style cache-ttl. +# cache validation can be controlled with the style cache-ttl. # it expects two arguments: number (days|hours|weeks|months) # to invalidate the minion cache after four days: # zstyle ':completion::complete:salt(|-cp|-call):minions:' cache-ttl 4 days |