From ad1098a9a8821710bc527929de83ce08356ec577 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 6 Oct 2023 11:28:50 +0200 Subject: [PATCH] Detect 'sign'-related typos --- .typos.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.typos.toml b/.typos.toml index a709d725..a94a1c55 100644 --- a/.typos.toml +++ b/.typos.toml @@ -6,3 +6,8 @@ Nd = "Nd" Wya = "Wya" # thead html tag is not a typo, upstream PR pending thead = "thead" + +# all of these are valid words, but should never appear in this repo +sing = "sign" +singed = "signed" +singing = "signing"