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/terraform | |
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/terraform')
-rw-r--r-- | plugins/terraform/_terraform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/terraform/_terraform b/plugins/terraform/_terraform index a19e50670..625834563 100644 --- a/plugins/terraform/_terraform +++ b/plugins/terraform/_terraform @@ -47,7 +47,7 @@ __apply() { '-lock=[(true) Lock the state file when locking is supported.]:lock:(true false)' \ '-lock-timeout=[(0s) Duration to retry a state lock.]' \ '-input=[(true) Ask for input for variables if not directly set.]' \ - '-no-color[If specified, output wil be colorless.]' \ + '-no-color[If specified, output will be colorless.]' \ '-parallelism=[(10) Limit the number of parallel resource operations.]' \ '-refresh=[(true) Update state prior to checking for differences. This has no effect if a plan file is given to apply.]' \ '-state=[(terraform.tfstate) Path to read and save state (unless state-out is specified).]:statefile:_files -g "*.tfstate"' \ |