diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 8c7c7583a57c180..c8eee53b569efc7 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -187,6 +187,13 @@ "search": "](https://developer.mozilla.org/", "replace": "](/", "skipCode": true + }, + { + "name": "incorrect-spelling", + "message": "Incorrect spelling", + "searchPattern": ["/e-mail/ig"], + "replace": ["email"], + "skipCode": false } ] }