diff --git a/.README/rules/match-description.md b/.README/rules/match-description.md index b60bb9384..42986eb5d 100644 --- a/.README/rules/match-description.md +++ b/.README/rules/match-description.md @@ -44,7 +44,7 @@ You may provide a custom default message by using the following format: ```js { 'jsdoc/match-description': ['error', { - message: 'The default dscription should begin with a capital letter.' + message: 'The default description should begin with a capital letter.' }] } ```