We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0ca5c commit 57f1f4eCopy full SHA for 57f1f4e
lib/rules/one-component-per-file.js
@@ -20,7 +20,7 @@ module.exports = {
20
fixable: null,
21
schema: [],
22
messages: {
23
- toManyComponents: 'There is to many components in this file.'
+ toManyComponents: 'There is more than one component in this file.'
24
}
25
},
26
create (context) {
0 commit comments