diff options
author | 2022-07-24 10:38:28 +0200 | |
---|---|---|
committer | 2022-07-24 10:38:28 +0200 | |
commit | 6cd25a743e32fceeaec8c1f8b94927a9c5d901f1 (patch) | |
tree | c056623930b62361ac419cd8829c470947b3db70 /src/pages | |
parent | d2f5d3c3dee6b8b303a767b6f444211f77baf009 (diff) | |
download | it-tools-6cd25a743e32fceeaec8c1f8b94927a9c5d901f1.tar.gz it-tools-6cd25a743e32fceeaec8c1f8b94927a9c5d901f1.tar.zst it-tools-6cd25a743e32fceeaec8c1f8b94927a9c5d901f1.zip |
fix(typo): fix few typos
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/404.page.vue | 2 | ||||
-rw-r--r-- | src/pages/About.vue | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/pages/404.page.vue b/src/pages/404.page.vue index ba814d4..b8cba46 100644 --- a/src/pages/404.page.vue +++ b/src/pages/404.page.vue @@ -6,7 +6,7 @@ useHead({ title: 'Page not found - IT Tools' }); <template> <div class="e404-wrapper"> - <n-result status="404" title="404 Not Found" description="Sorry, this page does not seem to extist"> + <n-result status="404" title="404 Not Found" description="Sorry, this page does not seem to exist"> <template #footer> <router-link to="/" #="{ navigate, href }" custom> <n-button tag="a" :href="href" secondary type="success" @click="navigate"> Back home </n-button> diff --git a/src/pages/About.vue b/src/pages/About.vue index 4b744a9..7b9a3af 100644 --- a/src/pages/About.vue +++ b/src/pages/About.vue @@ -11,11 +11,11 @@ useHead({ title: 'About - IT Tools' }); This wonderful website, made with ❤ by <n-button text tag="a" href="https://github.com/CorentinTh" target="_blank" rel="noopener" type="primary"> Corentin Thomasset </n-button - >, aggregates useful tools for developer and people working in IT. If you find it usefull, please fell free to - share it to people you think may find it usefull too and dont forget to pin it in your shortcut bar ! + >, aggregates useful tools for developer and people working in IT. If you find it useful, please fell free to + share it to people you think may find it useful too and don't forget to pin it in your shortcut bar ! </n-p> <n-p> - IT Tools is opensource (under the MIT license) and free, and will always be, but it cost me money to host and + IT Tools is open-source (under the MIT license) and free, and will always be, but it cost me money to host and renew the domain name, if you want to support my work, and encourage me to add more tools, please consider supporting by <n-button @@ -33,7 +33,7 @@ useHead({ title: 'About - IT Tools' }); <n-h2>Technologies</n-h2> <n-p> IT Tools is made in Vue JS (vue 3) with the the naive-ui component library and is hosted and continuously deployed - by Vercel. Third party opensource libraries are used in some tools, you may find the complete list in the + by Vercel. Third party open-source libraries are used in some tools, you may find the complete list in the <n-button type="primary" tag="a" |