Skip to content

Commit 81f9ddd

Browse files
kmruizCopilot
andauthored
Update src/tools/mongodb/create/insertMany.ts
Co-authored-by: Copilot <[email protected]>
1 parent 998cf1b commit 81f9ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/create/insertMany.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class InsertManyTool extends MongoDBToolBase {
5353

5454
const result = await provider.insertMany(database, collection, documents);
5555
const content = formatUntrustedData(
56-
"Documents where inserted successfuly.",
56+
"Documents were inserted successfully.",
5757
`Inserted \`${result.insertedCount}\` document(s) into ${database}.${collection}.`,
5858
`Inserted IDs: ${Object.values(result.insertedIds).join(", ")}`
5959
);

0 commit comments

Comments
 (0)