8000 Update lib/rules/define-props-destructuring.js · vuejs/eslint-plugin-vue@72f5898 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72f5898

Browse files
waynzhFloEdelmann
andauthored
Update lib/rules/define-props-destructuring.js
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent 8cf5d3b commit 72f5898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/define-props-destructuring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
meta: {
1111
type: 'suggestion',
1212
docs: {
13-
description: 'enforce consistent style for prop destructuring',
13+
description: 'enforce consistent style for props destructuring',
1414
categories: undefined,
1515
url: 'https://eslint.vuejs.org/rules/define-props-destructuring.html'
1616
},

0 commit comments

Comments
 (0)
0