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/lpass/_lpass | |
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/lpass/_lpass')
-rw-r--r-- | plugins/lpass/_lpass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lpass/_lpass b/plugins/lpass/_lpass index e6193a22d..621a7bcd7 100644 --- a/plugins/lpass/_lpass +++ b/plugins/lpass/_lpass @@ -106,7 +106,7 @@ _lpass() { generic_options+=('--color=[Color: auto | never | always]') fi if [ "$has_interactive" -eq 1 ]; then - generic_options+=("--non-interactive[Use stardard input instead of $EDITOR]") + generic_options+=("--non-interactive[Use standard input instead of $EDITOR]") fi _arguments $generic_options fi |