Skip to content

Commit e486149

Browse files
authored
Update src/tools/text-to-unicode/index.ts
1 parent 43f453a commit e486149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/text-to-unicode/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: 'Text to Unicode',
66
path: '/text-to-unicode',
7-
description: 'Parse and convert Text to Unicode',
7+
description: 'Parse and convert text to unicode and vice-versa',
88
keywords: ['text', 'to', 'unicode'],
99
component: () => import('./text-to-unicode.vue'),
1010
icon: TextWrap,

0 commit comments

Comments
 (0)