Skip to content

Commit 8398550

Browse files
mime: Fix typo on svg extension
1 parent f767be6 commit 8398550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl<'a> Mime<'a> {
124124
"pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation",
125125
"rar" => "application/vnd.rar",
126126
"sh" => "application/x-sh",
127-
"sgv" => "image/svg+xml",
127+
"svg" => "image/svg+xml",
128128
"tar" => "application/x-tar",
129129
"tif" | "tiff" => "image/tiff",
130130
"ts" => "video/mp2t",

0 commit comments

Comments
 (0)