From 03076df81bc641cc947d1350741d43acf8e7cc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 28 Oct 2025 15:09:03 +0100 Subject: [PATCH] Add exception 'Autor' to 'common-misspellings' --- .textlintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,