Skip to content

Commit 8e7441b

Browse files
committed
typo spelling fix
1 parent a5f7ab6 commit 8e7441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create a collection ``stores`` with the following documents:
3030
db.stores.insert(
3131
[
3232
{ _id: 1, name: "Java Hut", description: "Coffee and cakes" },
33-
{ _id: 2, name: "Burger Buns", description: "Gormet hamburgers" },
33+
{ _id: 2, name: "Burger Buns", description: "Gourmet hamburgers" },
3434
{ _id: 3, name: "Coffee Shop", description: "Just coffee" },
3535
{ _id: 4, name: "Clothes Clothes Clothes", description: "Discount clothing" },
3636
{ _id: 5, name: "Java Shopping", description: "Indonesian goods" }

0 commit comments

Comments
 (0)