Skip to content

Commit 4f96272

Browse files
vhfitaloacasas
authored andcommitted
benchmark: fix typo "categoty" -> "category"
PR-URL: #10568 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 5cca693 commit 4f96272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const CLI = require('./_cli.js');
66

77
const cli = CLI(`usage: ./node run.js [options] [--] <category> ...
88
Run each benchmark in the <category> directory a single time, more than one
9-
<categoty> directory can be specified.
9+
<category> directory can be specified.
1010
1111
--filter pattern string to filter benchmark scripts
1212
--set variable=value set benchmark variable (can be repeated)

0 commit comments

Comments
 (0)