From 330382040bcd02f80211d32a43ffff689034d785 Mon Sep 17 00:00:00 2001 From: Ryan Doyle Date: Tue, 16 Apr 2019 09:06:40 -0700 Subject: [PATCH] Sample Document Structure inside ``` ``` block (#35863) The sample document structure was not inside an MD code block, so it lacked formatting. --- guide/english/mongodb/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/mongodb/index.md b/guide/english/mongodb/index.md index 6d1cd29aea..b157335abd 100644 --- a/guide/english/mongodb/index.md +++ b/guide/english/mongodb/index.md @@ -47,6 +47,7 @@ MongoDB in applications built with javascript is mainly used with Mongoose which 3. Aggregation queries are at times non-intutive ### Sample Document Structure +``` { "_id":ObjectId("52ffc33cd85242f436123532"), "name": "Rich Rick", @@ -67,6 +68,7 @@ MongoDB in applications built with javascript is mainly used with Mongoose which } ] } +``` ### More Information [What is Mongo DB?](https://www.mongodb.com/what-is-mongodb)