Skip to content

Commit 57f1f4e

Browse files
committed
Update message about toManyComponents
1 parent 8a0ca5c commit 57f1f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/one-component-per-file.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
fixable: null,
2121
schema: [],
2222
messages: {
23-
toManyComponents: 'There is to many components in this file.'
23+
toManyComponents: 'There is more than one component in this file.'
2424
}
2525
},
2626
create (context) {

0 commit comments

Comments
 (0)