Skip to content

Commit f8aa7db

Browse files
committed
fix(Multilink Downloader): spelling
1 parent f47dcf2 commit f8aa7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/multi-link-downloader/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
44
export const tool = defineTool({
55
name: 'Multi link downloader',
66
path: '/multi-link-downloader',
7-
description: '',
7+
description: 'The tool will asynchronously combine the contents of the provided links into a single zip file for you to download. (Requires an internet connection)',
88
keywords: ['multi', 'link', 'downloader'],
99
component: () => import('./multi-link-downloader.vue'),
1010
icon: IconFileDownload,

0 commit comments

Comments
 (0)