Skip to content

Commit

Permalink
Update message about toManyComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Nov 24, 2018
1 parent 8a0ca5c commit 57f1f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/one-component-per-file.js
Expand Up @@ -20,7 +20,7 @@ module.exports = {
fixable: null,
schema: [],
messages: {
toManyComponents: 'There is to many components in this file.'
toManyComponents: 'There is more than one component in this file.'
}
},
create (context) {
Expand Down

0 comments on commit 57f1f4e

Please sign in to comment.