diff --git a/.typos.toml b/.typos.toml index 1c146161..116d300c 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,2 +1,8 @@ +# all of these are valid words, but should never appear in this repo +[default.extend-words] +sing = "sign" +singed = "signed" +singing = "signing" + [files] extend-exclude = ["vendor/*"]