From fbcf0c903b00a695da6e930eab974aa4587b116d Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 13 Apr 2026 10:08:51 +0800 Subject: [PATCH] benchmark: fix typo in startup-cli-version comment Signed-off-by: Codex --- benchmark/misc/startup-cli-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/misc/startup-cli-version.js b/benchmark/misc/startup-cli-version.js index a553f90621f45d..f67be6263feb42 100644 --- a/benchmark/misc/startup-cli-version.js +++ b/benchmark/misc/startup-cli-version.js @@ -8,7 +8,7 @@ const path = require('path'); // checked into the source code. We use --version because the output // tends to be minimal and fewer operations are done to generate // these so that the startup cost is still dominated by a more -// indispensible part of the CLI. +// indispensable part of the CLI. // NOTE: not all tools are present in tarball hence need to filter const availableCli = [ 'tools/eslint/node_modules/eslint/bin/eslint.js',