Skip to content

Commit

Permalink
benchmark: fix typo "categoty" -> "category"
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Jan 2, 2017
1 parent 91cf369 commit 8db2546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const CLI = require('./_cli.js');

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

0 comments on commit 8db2546

Please sign in to comment.