From 9bff8a9a769315168791358f84ae94e1937bc19f Mon Sep 17 00:00:00 2001 From: DeadNews Date: Mon, 13 May 2024 13:07:36 +0700 Subject: [PATCH] chore(typos): ignore short words --- .typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index f904063..f3d23fa 100644 --- a/.typos.toml +++ b/.typos.toml @@ -3,5 +3,5 @@ extend-exclude = ["CHANGELOG.md"] [default] extend-ignore-re = [ - "[a-z]{0,3}", # ignore short words + "[a-zA-Z]{0,3}", # ignore short words ]