fix(typo): fix few typos
This commit is contained in:
		
							parent
							
								
									d2f5d3c3de
								
							
						
					
					
						commit
						6cd25a743e
					
				| @ -107,7 +107,7 @@ const menuOptions: MenuGroupOption[] = toolsByCategory.map((category) => ({ | |||||||
|           :size="styleStore.isSmallScreen ? 'medium' : 'large'" |           :size="styleStore.isSmallScreen ? 'medium' : 'large'" | ||||||
|           circle |           circle | ||||||
|           quaternary |           quaternary | ||||||
|           aria-label="Toogle menu" |           aria-label="Toggle menu" | ||||||
|           @click="styleStore.isMenuCollapsed = !styleStore.isMenuCollapsed" |           @click="styleStore.isMenuCollapsed = !styleStore.isMenuCollapsed" | ||||||
|         > |         > | ||||||
|           <n-icon size="25" :component="Menu2" /> |           <n-icon size="25" :component="Menu2" /> | ||||||
| @ -147,7 +147,7 @@ const menuOptions: MenuGroupOption[] = toolsByCategory.map((category) => ({ | |||||||
|               Sponsor |               Sponsor | ||||||
|             </n-button> |             </n-button> | ||||||
|           </template> |           </template> | ||||||
|           ❤ Support IT Tools developement ! |           ❤ Support IT Tools development ! | ||||||
|         </n-tooltip> |         </n-tooltip> | ||||||
| 
 | 
 | ||||||
|         <navbar-buttons v-if="!styleStore.isSmallScreen" /> |         <navbar-buttons v-if="!styleStore.isSmallScreen" /> | ||||||
|  | |||||||
| @ -6,7 +6,7 @@ useHead({ title: 'Page not found - IT Tools' }); | |||||||
| 
 | 
 | ||||||
| <template> | <template> | ||||||
|   <div class="e404-wrapper"> |   <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> |       <template #footer> | ||||||
|         <router-link to="/" #="{ navigate, href }" custom> |         <router-link to="/" #="{ navigate, href }" custom> | ||||||
|           <n-button tag="a" :href="href" secondary type="success" @click="navigate"> Back home </n-button> |           <n-button tag="a" :href="href" secondary type="success" @click="navigate"> Back home </n-button> | ||||||
|  | |||||||
| @ -11,11 +11,11 @@ useHead({ title: 'About - IT Tools' }); | |||||||
|       This wonderful website, made with ❤ by |       This wonderful website, made with ❤ by | ||||||
|       <n-button text tag="a" href="https://github.com/CorentinTh" target="_blank" rel="noopener" type="primary"> |       <n-button text tag="a" href="https://github.com/CorentinTh" target="_blank" rel="noopener" type="primary"> | ||||||
|         Corentin Thomasset </n-button |         Corentin Thomasset </n-button | ||||||
|       >, aggregates useful tools for developer and people working in IT. If you find it usefull, please fell free to |       >, 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 usefull too and dont forget to pin it in your shortcut bar ! |       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> | ||||||
|     <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 |       renew the domain name, if you want to support my work, and encourage me to add more tools, please consider | ||||||
|       supporting by |       supporting by | ||||||
|       <n-button |       <n-button | ||||||
| @ -33,7 +33,7 @@ useHead({ title: 'About - IT Tools' }); | |||||||
|     <n-h2>Technologies</n-h2> |     <n-h2>Technologies</n-h2> | ||||||
|     <n-p> |     <n-p> | ||||||
|       IT Tools is made in Vue JS (vue 3) with the the naive-ui component library and is hosted and continuously deployed |       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 |       <n-button | ||||||
|         type="primary" |         type="primary" | ||||||
|         tag="a" |         tag="a" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user