mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix(typo): misspelings
This commit is contained in:
parent
0b0cbd55c3
commit
9755e51fe2
10 changed files with 13 additions and 15 deletions
|
@ -4,8 +4,7 @@ import type { ITool } from './../Tool';
|
|||
export const tool: ITool = {
|
||||
name: 'Url parser',
|
||||
path: '/url-parser',
|
||||
description:
|
||||
'Parse an url string to get all the differents parts (protocol, origin, params, port, username-password, ...)',
|
||||
description: 'Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...)',
|
||||
keywords: ['url', 'parser', 'protocol', 'origin', 'params', 'port', 'username', 'password', 'href'],
|
||||
component: () => import('./url-parser.vue'),
|
||||
icon: Unlink,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue