fix(mime-types): typos (#470)

This commit is contained in:
Corentin THOMASSET 2023-06-19 18:09:03 +02:00 committed by GitHub
parent bcb98b359c
commit c4cec9e18f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ const mimeTypeFound = computed(() => (selectedExtension.value ? extensionToMimeT
Mime type to extension
</n-h2>
<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>
<n-form-item>
<n-select
@ -60,7 +60,7 @@ const mimeTypeFound = computed(() => (selectedExtension.value ? extensionToMimeT
File extension to mime type
</n-h2>
<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>
<n-form-item>
<n-select