diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2024-12-23 08:30:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 08:30:29 +0900 |
| commit | c160d09fddd28ceb3af5cf80e9253af80e450d96 (patch) | |
| tree | 57f5e3d9c2793d68569f322dd428a6012d0ad974 /src/_node | |
| parent | Merge pull request #1115 from zsh-users/update_node (diff) | |
| parent | fix typos (diff) | |
| download | zsh-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/_node | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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()]' \ |
