mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix(mime-types): typos (#470)
This commit is contained in:
parent
bcb98b359c
commit
c4cec9e18f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue