aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/layouts/base.layout.vue4
-rw-r--r--src/pages/404.page.vue2
-rw-r--r--src/pages/About.vue8
3 files changed, 7 insertions, 7 deletions
diff --git a/src/layouts/base.layout.vue b/src/layouts/base.layout.vue
index 0210a63..9171ecb 100644
--- a/src/layouts/base.layout.vue
+++ b/src/layouts/base.layout.vue
@@ -107,7 +107,7 @@ const menuOptions: MenuGroupOption[] = toolsByCategory.map((category) => ({
:size="styleStore.isSmallScreen ? 'medium' : 'large'"
circle
quaternary
- aria-label="Toogle menu"
+ aria-label="Toggle menu"
@click="styleStore.isMenuCollapsed = !styleStore.isMenuCollapsed"
>
<n-icon size="25" :component="Menu2" />
@@ -147,7 +147,7 @@ const menuOptions: MenuGroupOption[] = toolsByCategory.map((category) => ({
Sponsor
</n-button>
</template>
- ❤ Support IT Tools developement !
+ ❤ Support IT Tools development !
</n-tooltip>
<navbar-buttons v-if="!styleStore.isSmallScreen" />
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"
ion> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/zig-build/release.sh (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-19Allow blankGravatar Jarred Sumner 1-1/+1
2022-07-19fix(api): stop double-free of prop array (#793)Gravatar Carter Snook 2-8/+6
2022-07-19refactor(installer): renovate install script (#745)Gravatar Wallunen 1-122/+162