We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffb981 commit ddcbba8Copy full SHA for ddcbba8
scripts/build.js
@@ -62,7 +62,7 @@ measureFileSizesBeforeBuild(paths.appBuild)
62
console.log(warnings.join('\n\n'));
63
console.log(
64
'\nSearch for the ' +
65
- chalk.underline(chalk.yellow('rule keywords')) +
+ chalk.underline(chalk.yellow('keywords')) +
66
' to learn more about each warning.'
67
);
68
0 commit comments