Skip to content

Commit ca9eb1d

Browse files
riderxclaude
andcommitted
fix: revert incorrect thn to then MIME type change
Reverts typos CLI change that incorrectly changed "thn" (Thompson/Compuserve thumbnail format) to "then" in MIME type mappings. Adds "thn" to typos config to prevent this false positive in the future. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8d6251d commit ca9eb1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ extend-exclude = [
4141
[default.extend-words]
4242
# Add any custom words that should not be corrected
4343
# Format: incorrectword = "incorrectword"
44+
thn = "thn"

ios/Capacitor/Capacitor/WebViewAssetHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ open class WebViewAssetHandler: NSObject, WKURLSchemeHandler {
450450
"texinfo": "application/x-texinfo",
451451
"tgz": "application/x-compressed",
452452
"thmx": "application/vnd.ms-officetheme",
453-
"then": "application/octet-stream",
453+
"thn": "application/octet-stream",
454454
"tif": "image/tiff",
455455
"tiff": "image/tiff",
456456
"toc": "application/octet-stream",

0 commit comments

Comments
 (0)