From 5cf0e12d65a1c150a21ed3778142001f97caa2be Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 23 Dec 2024 11:46:52 +1300 Subject: [PATCH] fix(no-multiple-objects-in-class): improve grammar of description (#2658) --- 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 9ec3eba2f..333e78307 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 `