From 518454b0b4e715144e62f26a264e27e7e78e407a Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Fri, 2 Jul 2021 00:17:53 -0500 Subject: [PATCH] chore(docs): fix cpe in jsdocs --- lib/reporters/console_reporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporters/console_reporter.js b/lib/reporters/console_reporter.js index defcfeec..9358b4e1 100644 --- a/lib/reporters/console_reporter.js +++ b/lib/reporters/console_reporter.js @@ -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) {