From 709983eea673a55564fce9a5d497ac3cf050abd1 Mon Sep 17 00:00:00 2001 From: DionysusG Date: Thu, 4 Aug 2016 16:21:52 +0800 Subject: [PATCH] fix typo at docs/guide/defineing-documents.rst --- docs/guide/defining-documents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index 1a5fbfc9..6ac88f01 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -29,7 +29,7 @@ documents are serialized based on their field order. Dynamic document schemas ======================== -One of the benefits of MongoDb is dynamic schemas for a collection, whilst data +One of the benefits of MongoDB is dynamic schemas for a collection, whilst data should be planned and organised (after all explicit is better than implicit!) there are scenarios where having dynamic / expando style documents is desirable.