Skip to content

Commit 5695589

Browse files
committed
fix(Properties to yaml): add description
1 parent 58a1f73 commit 5695589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/properties-to-yaml/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: 'Properties to YAML',
66
path: '/properties-to-yaml',
7-
description: '',
7+
description: 'Convert Java .properties content to Yaml',
88
keywords: ['properties', 'yaml', 'convert', 'spring', 'spring-boot', 'parse'],
99
component: () => import('./properties-to-yaml.vue'),
1010
icon: AlignJustified,

0 commit comments

Comments
 (0)