From 6f4225c80e4d6e2687a7d4242803dfd0169f58c0 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 23 Dec 2024 07:37:09 +1300 Subject: [PATCH] fix(no-multiple-objects-in-class): improve grammar of description --- docs/rules/index.md | 2 +- docs/rules/no-multiple-objects-in-class.md | 4 ++-- lib/rules/no-multiple-objects-in-class.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index 188a9668a..08b26b87b 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -233,7 +233,7 @@ For example: | [vue/no-deprecated-model-definition] | disallow deprecated `model` definition (in Vue.js 3.0.0+) | :bulb: | :warning: | | [vue/no-duplicate-attr-inheritance] | enforce `inheritAttrs` to be set to `false` when using `v-bind="$attrs"` | | :hammer: | | [vue/no-empty-component-block] | disallow the `