From 28c4e1562f8fe26488103a2e002849673233eb11 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Tue, 21 Oct 2025 11:41:56 -0400 Subject: [PATCH] exclude seo from vale acronym check --- .vale/styles/FernStyles/Acronyms.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vale/styles/FernStyles/Acronyms.yml b/.vale/styles/FernStyles/Acronyms.yml index 083d8a227..935b6705c 100644 --- a/.vale/styles/FernStyles/Acronyms.yml +++ b/.vale/styles/FernStyles/Acronyms.yml @@ -62,4 +62,5 @@ exceptions: - XSS - YAML - ZIP - - MDX # Fern-specific \ No newline at end of file + - MDX # Fern-specific + - SEO # Fern-specific \ No newline at end of file