Skip to content

Commit f654810

Browse files
committed
chore(plugin): wording fix
1 parent 9ca9a7f commit f654810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/plugins/printSuccess/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
console.log('\n');
4444
console.log(
4545
red(
46-
'🚨 You choose the javascript version, don\'t forget to run "yarn lint" after the installation 🚨',
46+
'🚨 You choose the javascript version, don\'t forget to run "yarn lint --fix" after the installation 🚨',
4747
),
4848
);
4949
console.log('\n');

0 commit comments

Comments
 (0)