Fix typo in typos.toml (#29770)

This PR fixes a typo in `typos.toml`. How ironic.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-01 22:01:07 -04:00 committed by GitHub
parent 1ffedf4a08
commit 51f1998107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ extend-ignore-re = [
"Big Sur", "Big Sur",
# Not an actual typo but an intentionally invalid color, in `color_extractor` # Not an actual typo but an intentionally invalid color, in `color_extractor`
"#fof", "#fof",
# Stropped version of reserved keyword `type` # Stripped version of reserved keyword `type`
"typ" "typ"
] ]
check-filename = true check-filename = true