diff --git a/.textlintrc.js b/.textlintrc.js index 382aa56..ad675f0 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -24,7 +24,7 @@ module.exports = { 'doubled-spaces': true, 'common-misspellings': { // Misspellings to be ignored (case-insensitive) - ignore: [], + ignore: ['Exemple'], }, 'write-good': false, 'apostrophe': true,