From 18ada733628aa172fa7eeb2c561aaf1b0cab76a2 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Tue, 3 Feb 2026 16:08:15 +0100 Subject: [PATCH] Add consts to allowed spellcheck words --- typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typos.toml b/typos.toml index a4669cfd..d693a199 100644 --- a/typos.toml +++ b/typos.toml @@ -15,3 +15,7 @@ extend-exclude = [ "*.min.css", "CHANGELOG.md", ] + +[default.extend-words] +# Add project-specific words that should not be treated as typos +consts = "consts" # Common abbreviation for "constants"