Skip to content

Commit dcd044e

Browse files
committed
resolve typos
1 parent 9d8ad94 commit dcd044e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

typos.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ extend-exclude = [
1313
"*.lock",
1414
"*.min.js",
1515
"*.min.css",
16-
"CHANGELOG.md",
16+
"**/CHANGELOG.md",
17+
"**/changelog.md",
1718
]
1819

1920
[default.extend-identifiers]
@@ -25,3 +26,4 @@ asend = "asend" # Python async generator method
2526
# Add project-specific words that should not be treated as typos
2627
mke = "mke" # Sennheiser MKE product name
2728
consts = "consts" # Common abbreviation for "constants"
29+
certifi = "certifi" # Python package name

0 commit comments

Comments
 (0)