chore(docs): fix some typos (#11211)

This commit is contained in:
George Rodrigues 2022-10-03 12:03:53 -03:00 committed by GitHub
commit e0e22d1120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View file

@ -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')"})