From c9d3f71a57f67c7b0b6db3f18ca19c8aeba33ce6 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Wed, 20 Nov 2024 11:28:53 +0100 Subject: [PATCH] Fix Auto-ignore file name in Vale' styles --- .github/styles/docs/Spelling.yml | 2 +- .github/styles/landing_pages/Spelling.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/styles/docs/Spelling.yml b/.github/styles/docs/Spelling.yml index ed213884..0cee962e 100644 --- a/.github/styles/docs/Spelling.yml +++ b/.github/styles/docs/Spelling.yml @@ -5,4 +5,4 @@ filters: - '\W' ignore: - .github/styles/base/Dictionary.txt - - .github/styles/base/Auto-Ignore.txt \ No newline at end of file + - .github/styles/base/Auto-ignore.txt \ No newline at end of file diff --git a/.github/styles/landing_pages/Spelling.yml b/.github/styles/landing_pages/Spelling.yml index 13eacbcf..12586055 100644 --- a/.github/styles/landing_pages/Spelling.yml +++ b/.github/styles/landing_pages/Spelling.yml @@ -5,6 +5,6 @@ filters: - '\W' ignore: - .github/styles/base/Dictionary.txt - - .github/styles/base/Auto-Ignore.txt + - .github/styles/base/Auto-ignore.txt - .github/styles/landing_pages/Components.txt - .github/styles/landing_pages/Auto-ignore.txt \ No newline at end of file