From 57f1f4e9d9301d8964f3d07ecc623927ec46d91f Mon Sep 17 00:00:00 2001 From: Armano Date: Sat, 24 Nov 2018 21:33:52 +0100 Subject: [PATCH] Update message about toManyComponents --- lib/rules/one-component-per-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/one-component-per-file.js b/lib/rules/one-component-per-file.js index e0b70f3c5..d6d67b813 100644 --- a/lib/rules/one-component-per-file.js +++ b/lib/rules/one-component-per-file.js @@ -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) {