From 50b6c1b7d887aafeec797d2f563362a51311894e Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Mon, 29 Jul 2024 17:29:14 +0200 Subject: forbid bellow (#703) --- .typos.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.typos.toml b/.typos.toml index b9c0215..361b757 100644 --- a/.typos.toml +++ b/.typos.toml @@ -3,12 +3,13 @@ # word is treated as always correct. If the value is an empty string, the word # is treated as always incorrect. -# Case senstive, matches entire word. +# Case sensitive, matches entire word. [default.extend-identifiers] anc_color = "anc_color" PN = "PN" rady = "rady" -# Case insenstive, matches inside word. +# Case insensitive, matches inside word. [default.extend-words] toi = "toi" +bellow = "below" -- cgit