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 ]