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/ng | |
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/ng')
-rw-r--r-- | plugins/ng/_ng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ng/_ng b/plugins/ng/_ng index 9c96cf7e3..86c6ce187 100644 --- a/plugins/ng/_ng +++ b/plugins/ng/_ng @@ -46,7 +46,7 @@ elif (( CURRENT == 3 )); then # ... # } # } - # In abscence of a proper JSON parser, just grab the lines with + # In absence of a proper JSON parser, just grab the lines with # a 2-space indentation and only the stuff inside quotes local -a projects projects=(${(@f)"$(ng config projects 2>/dev/null | sed -n 's/^ "\([^"]\+\)".*$/\1/p')"}) |