Skip to content

Commit

Permalink
"rule keywords" => "keywords"
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and romaindso committed Jul 10, 2017
1 parent 75fed2d commit 0e5b5e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/WebpackDevServerUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function createCompiler(webpack, config, appName, urls, useYarn) {
// Teach some ESLint tricks.
console.log(
'\nSearch for the ' +
chalk.underline(chalk.yellow('rule keywords')) +
chalk.underline(chalk.yellow('keywords')) +
' to learn more about each warning.'
);
console.log(
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/eslintFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function formatter(results) {
// we can only be sure it's an ESLint error before exiting
// this function.
output += 'Search for the ' +
chalk.underline(chalk.red('rule keywords')) +
chalk.underline(chalk.red('keywords')) +
' to learn more about each error.';
}

Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ measureFileSizesBeforeBuild(paths.appBuild)
console.log(warnings.join('\n\n'));
console.log(
'\nSearch for the ' +
chalk.underline(chalk.yellow('rule keywords')) +
chalk.underline(chalk.yellow('keywords')) +
' to learn more about each warning.'
);
console.log(
Expand Down

0 comments on commit 0e5b5e8

Please sign in to comment.