From 11ad45a66e6f088d315f8f1e2b1f6ce325f71dac Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Mon, 29 Aug 2022 16:15:23 +0900 Subject: [PATCH] Fix node completion typo --- src/_node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_node b/src/_node index 34244ab..cb5a75d 100644 --- a/src/_node +++ b/src/_node @@ -68,7 +68,7 @@ _arguments -C \ '-[script read from stdin (default; interactive mode if a tty)]' \ '--[indicate the end of node options]' \ '--abort-on-uncaught-exception[aborting instead of exiting causes a core file to be generated for analysis]' \ - '--build-snapshot[enerate a snapshot blob when the process exits]' \ + '--build-snapshot[generate a snapshot blob when the process exits]' \ '--completion-bash[print source-able bash completion script]' \ '--cpu-prof[Start the V8 CPU profiler on start up]' \ '--cpu-prof-dir=[directory where the V8 profiles generated by --cpu-prof]: :_files -/' \