Skip to content

Commit a24f238

Browse files
committed
chore: minor change
1 parent 1e29d60 commit a24f238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/ai/src/ai.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = async (globalThis: CliContext) => {
8585
},
8686
{
8787
cmd: 'ai.find',
88-
desc: 'generate a MongoDB query or aggregation',
88+
desc: 'generate a query or aggregation',
8989
example: 'ai.find documents where name = "Ada"',
9090
},
9191
{
@@ -95,7 +95,7 @@ module.exports = async (globalThis: CliContext) => {
9595
},
9696
{
9797
cmd: 'ai.command',
98-
desc: `Generate mongosh commands`,
98+
desc: `generate mongosh commands`,
9999
example: 'ai.command insert a new sample document | alias: ai.cmd',
100100
},
101101
{

0 commit comments

Comments
 (0)