Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkuAg committed Jun 12, 2024
1 parent c66a592 commit 914b867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/EmbedContentRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export const SCHEMA = {
"slideshow_image",
"slideshow_thumbnail",
"slideshow_manifest",
"imscp_zip"
"imscp_zip",
"bloompub"
]
},
"file": {
Expand Down
2 changes: 1 addition & 1 deletion le_utils/resources/formatlookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"mimetype": ".zip"
},
"bloompub": {
"mimetype": "application/blommpub+zip"
"mimetype": "application/bloompub+zip"
}
}

0 comments on commit 914b867

Please sign in to comment.