mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
chore(docs): fix some typos (#11211)
This commit is contained in:
parent
1c879f67b4
commit
e0e22d1120
9 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue