diff --git a/.textlintrc.js b/.textlintrc.js index ad675f0..54eac9c 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: ['Exemple'], + ignore: ['Autor', 'Exemple'], }, 'write-good': false, 'apostrophe': true,