From ed5394d671fa51632b4c8a96873ce814bedf9c12 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 27 Dec 2022 19:13:23 +0900 Subject: [PATCH] Fix typo in node.js completion --- src/_node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_node b/src/_node index 691602f..ea01358 100644 --- a/src/_node +++ b/src/_node @@ -111,7 +111,7 @@ _arguments -C \ '--no-deprecation[silence deprecation warnings]' \ '--no-experimental-fetch[disable experimental Fetch API]' \ '--no-experimental-global-customevent[expose experimental CustomEvent on the global scope]' \ - '--no-experimental-global-webscrypto[expose experimental Web Crypto API on the global scope]' \ + '--no-experimental-global-webcrypto[expose experimental Web Crypto API on the global scope]' \ '--no-experimental-repl-await[disable experimental await keyword support in REPL]' \ '--no-experimental-info-on-fatal-exception[hide extra information on fatal exception that causes exit]' \ '--no-force-async-hooks-checks[disable checks for async_hooks]' \