Skip to content

Commit 8db2546

Browse files
committed
benchmark: fix typo "categoty" -> "category"
1 parent 91cf369 commit 8db2546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/run.js

Lines changed: 1 addition & 1 deletion
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)