fix(mime-types): typos

This commit is contained in:
Corentin Thomasset 2023-06-19 18:04:06 +02:00
parent bcb98b359c
commit 12399cbf21
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -24,7 +24,7 @@ const mimeTypeFound = computed(() => (selectedExtension.value ? extensionToMimeT
Mime type to extension Mime type to extension
</n-h2> </n-h2>
<div style="opacity: 0.8"> <div style="opacity: 0.8">
Now witch file extensions are associated to a mime-type Know which file extensions are associated to a mime-type
</div> </div>
<n-form-item> <n-form-item>
<n-select <n-select
@ -60,7 +60,7 @@ const mimeTypeFound = computed(() => (selectedExtension.value ? extensionToMimeT
File extension to mime type File extension to mime type
</n-h2> </n-h2>
<div style="opacity: 0.8"> <div style="opacity: 0.8">
Now witch mime type is associated to a file extension Know which mime type is associated to a file extension
</div> </div>
<n-form-item> <n-form-item>
<n-select <n-select