From 38d9f33f1b5414c7ba7e800ff15e24c3e9b6ce68 Mon Sep 17 00:00:00 2001 From: Richard Alves <54530477+richarddalves@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:20:58 -0300 Subject: [PATCH] add portuguese pt-br to ignored typo checks --- blog/typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/typos.toml b/blog/typos.toml index a2f89fbf..fa6f781d 100644 --- a/blog/typos.toml +++ b/blog/typos.toml @@ -3,6 +3,7 @@ extend-exclude = [ "*.svg", "*.fr.md", "*.es.md", + "*.pt-BR.md", "blog/config.toml", ]