diff options
Diffstat (limited to 'src/tools/url-parser/index.ts')
-rw-r--r-- | src/tools/url-parser/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/url-parser/index.ts b/src/tools/url-parser/index.ts index 22359a6..1074765 100644 --- a/src/tools/url-parser/index.ts +++ b/src/tools/url-parser/index.ts @@ -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, |