From fe587a7d33f9c6fb8122e7ddf73b17b48923df6c Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Wed, 24 Jan 2024 17:01:23 +0000 Subject: [PATCH] Stop typos from correcting the "OT" in "OTK". (#4093) --- .github/_typos.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/_typos.toml b/.github/_typos.toml index 7c107218..d227af4c 100644 --- a/.github/_typos.toml +++ b/.github/_typos.toml @@ -1,2 +1,10 @@ [default] check-filename = true + +[default.extend-identifiers] +OTK = "OTK" +OTKs = "OTKs" + +[default.extend-words] +OTK = "OTK" +OTKs = "OTKs"