From a1f9fed8abb8f699b51c6cf1f1187336cf848c2b Mon Sep 17 00:00:00 2001 From: Juan Alvarez Date: Thu, 8 Mar 2018 14:32:27 -0600 Subject: [PATCH] simple spelling error fix --- 3.0/docs/databases/mongodb/interpreting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/docs/databases/mongodb/interpreting.md b/3.0/docs/databases/mongodb/interpreting.md index e76621fe..5989d314 100644 --- a/3.0/docs/databases/mongodb/interpreting.md +++ b/3.0/docs/databases/mongodb/interpreting.md @@ -30,7 +30,7 @@ let document0: Doucment = [ "author": "dave", "score": Int32(80), "views": 100, - "aweosme": true, + "awesome": true, "users": [ ["_id": 2, "user": "ijk123", "status": "A"], ["_id": 3, "user": "xyz123", "status": "P"],