aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2024-12-23 08:30:29 +0900
committerGitHub <noreply@github.com>2024-12-23 08:30:29 +0900
commitc160d09fddd28ceb3af5cf80e9253af80e450d96 (patch)
tree57f5e3d9c2793d68569f322dd428a6012d0ad974 /src/_node
parentMerge pull request #1115 from zsh-users/update_node (diff)
parentfix typos (diff)
downloadzsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar
zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.gz
zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.bz2
zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.lz
zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.xz
zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.zst
zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.zip
Merge pull request #1116 from Mic92/typos
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 198baed..0efb7c7 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()]' \