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:
parent
1ffedf4a08
commit
51f1998107
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue