aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2024-12-22 08:12:06 +0100
committerJörg Thalheim <joerg@thalheim.io>2024-12-22 08:12:06 +0100
commit59184db64a4a3cdcf6a16466bf5ad35c50ee0241 (patch)
tree9e81b90c1c4212366fb4bd046c00bbe5bb01e9f8 /src/_node
parentMerge pull request #1107 from zsh-users/update-node (diff)
downloadzsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.gz
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.bz2
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.lz
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.xz
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.zst
zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.zip
fix typos
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_node b/src/_node
index 4a99f7e..d90bab4 100644
--- a/src/_node
+++ b/src/_node
@@ -148,10 +148,10 @@ _arguments -C \
'--jitless[Disable runtime allocation of executable memory]' \
'--localstorage-file=[file used to persist localStorage data]:file:_files' \
'--max-http-header-size=[set the maximum size of HTTP headers]: :number' \
- '--network-family-autoselection-attempt-timeout=[sets the default value for the network family autoselection attemp timeout]:timeout' \
+ '--network-family-autoselection-attempt-timeout=[sets the default value for the network family autoselection attempt timeout]:timeout' \
'--no-addons[disable loading native addons]' \
'--no-deprecation[silence deprecation warnings]' \
- '--no-experimental-detect-module[when ambigous modules fail to evaluate, try again to evaluate them as ES modules]' \
+ '--no-experimental-detect-module[when ambiguous modules fail to evaluate, try again to evaluate them as ES modules]' \
'--no-experimental-global-navigator[expose experimental Navigator API on the global scope]' \
'--no-experimental-repl-await[disable experimental await keyword support in REPL]' \
'--no-experimental-require-module[allow loading synchronous ES Modules in require()]' \