From 51f199810714e61537e22d338c1c9a9076db7424 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 1 May 2025 22:01:07 -0400 Subject: [PATCH] Fix typo in `typos.toml` (#29770) This PR fixes a typo in `typos.toml`. How ironic. Release Notes: - N/A --- typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typos.toml b/typos.toml index 08caa178d1..29828bda89 100644 --- a/typos.toml +++ b/typos.toml @@ -66,7 +66,7 @@ extend-ignore-re = [ "Big Sur", # Not an actual typo but an intentionally invalid color, in `color_extractor` "#fof", - # Stropped version of reserved keyword `type` + # Stripped version of reserved keyword `type` "typ" ] check-filename = true