Skip to content

Commit 702e362

Browse files
authored
Fix irregular whitespace (#2017)
1 parent b41379b commit 702e362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-required-prop-with-default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
hasSuggestions: true,
1818
type: 'problem',
1919
docs: {
20-
description: 'enforce props with default values ​​to be optional',
20+
description: 'enforce props with default values to be optional',
2121
categories: undefined,
2222
url: 'https://eslint.vuejs.org/rules/no-required-prop-with-default.html'
2323
},

0 commit comments

Comments
 (0)