Skip to content

Commit b1683d8

Browse files
authored
Update index.ts
1 parent 01695e2 commit b1683d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import askDocs from './actions/askDocs.js';
66
const pluginDefinition: PluginDefinition = {
77
name: 'Connery Help',
88
description:
9-
'Connery Help is a plugin designed to provide easy access to Connery documentation, gather user feedback, report bugs, and list available actions for a streamlined user experience.',
9+
'Connery Help is a plugin designed to provide easy access to Connery documentation and allows users to send feedback and report bugs to the Connery team.',
1010
actions: [sendFeedback, reportBug, askDocs],
1111
};
1212

0 commit comments

Comments
 (0)