Skip to content

Commit

Permalink
refactor(regex-tester): better description
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Sep 27, 2024
1 parent f5c4ab1 commit 7251700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/regex-tester/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineTool } from '../tool';
export const tool = defineTool({
name: 'Regex Tester',
path: '/regex-tester',
description: 'Regex Tester',
description: 'Test your regular expressions with sample text.',
keywords: ['regex', 'tester', 'sample', 'expression'],
component: () => import('./regex-tester.vue'),
icon: Language,
Expand Down

0 comments on commit 7251700

Please sign in to comment.