We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998cf1b commit 81f9dddCopy full SHA for 81f9ddd
src/tools/mongodb/create/insertMany.ts
@@ -53,7 +53,7 @@ export class InsertManyTool extends MongoDBToolBase {
53
54
const result = await provider.insertMany(database, collection, documents);
55
const content = formatUntrustedData(
56
- "Documents where inserted successfuly.",
+ "Documents were inserted successfully.",
57
`Inserted \`${result.insertedCount}\` document(s) into ${database}.${collection}.`,
58
`Inserted IDs: ${Object.values(result.insertedIds).join(", ")}`
59
);
0 commit comments