Skip to content

Commit fbcf0c9

Browse files
committed
benchmark: fix typo in startup-cli-version comment
Signed-off-by: Codex <codex@openai.com>
1 parent 4563cb3 commit fbcf0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/misc/startup-cli-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const path = require('path');
88
// checked into the source code. We use --version because the output
99
// tends to be minimal and fewer operations are done to generate
1010
// these so that the startup cost is still dominated by a more
11-
// indispensible part of the CLI.
11+
// indispensable part of the CLI.
1212
// NOTE: not all tools are present in tarball hence need to filter
1313
const availableCli = [
1414
'tools/eslint/node_modules/eslint/bin/eslint.js',

0 commit comments

Comments
 (0)