Skip to content

Commit f4cc4e0

Browse files
authored
docs(README): fix typo in example
1 parent 369b9ad commit f4cc4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const db = new Client(dbUrl);
5959
await db.push("userInfo.items", "Sword");
6060
// => { difficulty: "Easy", items: ["Sword"] }
6161

62-
// Adding to a number (that doesn"t exist yet) in an object:
62+
// Adding to a number (that doesn't exist yet) in an object:
6363
await db.add("userInfo.balance", 500);
6464
// => { difficulty: "Easy", items: ["Sword"], balance: 500 }
6565

0 commit comments

Comments
 (0)