Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d8b594

Browse files
authored
fix(no-multiple-slot-args): improve grammar of description (#2659)
1 parent 3e8120f commit 0d8b594

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎docs/rules/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Rules in this category are enabled for all presets provided by eslint-plugin-vue
179179
| [vue/attributes-order] | enforce order of attributes | :wrench: | :three::two::hammer: |
180180
| [vue/component-tags-order] | enforce order of component top-level elements | :wrench::no_entry_sign: | :three::two::hammer: |
181181
| [vue/no-lone-template] | disallow unnecessary `<template>` | | :three::two::warning: |
182-
| [vue/no-multiple-slot-args] | disallow to pass multiple arguments to scoped slots | | :three::two::warning: |
182+
| [vue/no-multiple-slot-args] | disallow passing multiple arguments to scoped slots | | :three::two::warning: |
183183
| [vue/no-v-html] | disallow use of v-html to prevent XSS attack | | :three::two::hammer: |
184184
| [vue/order-in-components] | enforce order of properties in components | :wrench::bulb: | :three::two::hammer: |
185185
| [vue/this-in-template] | disallow usage of `this` in template | :wrench: | :three::two::hammer: |

‎docs/rules/no-multiple-slot-args.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/no-multiple-slot-args
5-
description: disallow to pass multiple arguments to scoped slots
5+
description: disallow passing multiple arguments to scoped slots
66
since: v7.0.0
77
---
88

99
# vue/no-multiple-slot-args
1010

11-
> disallow to pass multiple arguments to scoped slots
11+
> disallow passing multiple arguments to scoped slots
1212
1313
- :gear: This rule is included in all of `"plugin:vue/vue3-recommended"`, `*.configs["flat/recommended"]`, `"plugin:vue/recommended"` and `*.configs["flat/vue2-recommended"]`.
1414

‎lib/rules/no-multiple-slot-args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
meta: {
1212
type: 'problem',
1313
docs: {
14-
description: 'disallow to pass multiple arguments to scoped slots',
14+
description: 'disallow passing multiple arguments to scoped slots',
1515
categories: ['vue3-recommended', 'vue2-recommended'],
1616
url: 'https://eslint.vuejs.org/rules/no-multiple-slot-args.html'
1717
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /