Skip to content

Commit

Permalink
chore(docs): fix cpe in jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Jul 2, 2021
1 parent 346ce22 commit 518454b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporters/console_reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function ConsoleReporter() {
* A function that takes a random seed and returns the command to reproduce
* that seed. Use this to customize the output when using ConsoleReporter
* in a different command line tool.
* @name ConsoleReporterOptions#showColors
* @name ConsoleReporterOptions#randomSeedReproductionCmd
* @type Function|undefined
*/
if (options.randomSeedReproductionCmd) {
Expand Down

0 comments on commit 518454b

Please sign in to comment.