Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed May 15, 2024
1 parent 832af33 commit f3108f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/types/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ exports.handler = (argv, callback) => {
callback: finalStatus,
})
} else {
log.log('No Prettier configuration found')
log.log('No Stylelint configuration found')
}

if (!callback) {
Expand Down

0 comments on commit f3108f5

Please sign in to comment.