Skip to content

Commit

Permalink
Fix irregular whitespace (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Oct 23, 2022
1 parent b41379b commit 702e362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-required-prop-with-default.js
Expand Up @@ -17,7 +17,7 @@ module.exports = {
hasSuggestions: true,
type: 'problem',
docs: {
description: 'enforce props with default values ​​to be optional',
description: 'enforce props with default values to be optional',
categories: undefined,
url: 'https://eslint.vuejs.org/rules/no-required-prop-with-default.html'
},
Expand Down

0 comments on commit 702e362

Please sign in to comment.