Skip to content

Commit

Permalink
Change wording slightly to avoid confusion over auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Dec 1, 2021
1 parent 2c4a7c9 commit 6629d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const cli = {
inquirer.prompt([{
name : 'rule',
type : isMulti ? 'checkbox' : 'list',
message : isMulti ? 'Which rule(s) would you like to fix?' : 'Which rule would you like to fix?',
message : isMulti ? 'Which rule(s) would you like to view?' : 'Which rule would you like to view?',
choices : results,
pageSize: results.length
},
Expand Down

0 comments on commit 6629d77

Please sign in to comment.