Skip to content

Commit 0bf3d9d

Browse files
Corwinprooskardudycz
authored andcommitted
FIX: typo in variable name in README
1 parent 04812a7 commit 0bf3d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const cruella = { _id: uuid(), name: "Cruella", age: 40 };
4141
await pongoCollection.insertOne(roger);
4242
await pongoCollection.insertOne(cruella);
4343

44-
const { insertedId } = await pongoCollection.insertOne(alice);
44+
const { insertedId } = await pongoCollection.insertOne(anita);
4545
const anitaId = insertedId;
4646

4747
// Updating
@@ -80,7 +80,7 @@ const cruella = { _id: uuid(), name: "Cruella", age: 40 };
8080
await pongoCollection.insertOne(roger);
8181
await pongoCollection.insertOne(cruella);
8282

83-
const { insertedId } = await pongoCollection.insertOne(alice);
83+
const { insertedId } = await pongoCollection.insertOne(anita);
8484
const anitaId = insertedId;
8585

8686
// Updating

0 commit comments

Comments
 (0)