diff --git a/source/core/data-modeling.txt b/source/core/data-modeling.txt index d9aee7e34bf..e7f21b1ac25 100644 --- a/source/core/data-modeling.txt +++ b/source/core/data-modeling.txt @@ -18,7 +18,7 @@ that: of data. Each document only needs to contain relevant fields to the entity or -object that the document represents. In practice, *most documents in a +object that the document represents. In practice, *most* documents in a collection share a similar structure. Schema flexibility means that you can model your documents in MongoDB so that they can closely resemble and reflect application-level objects. diff --git a/source/tutorial/model-embedded-one-to-one-relationships-between-documents.txt b/source/tutorial/model-embedded-one-to-one-relationships-between-documents.txt index fe70fd5457e..c93b5ccb8f1 100644 --- a/source/tutorial/model-embedded-one-to-one-relationships-between-documents.txt +++ b/source/tutorial/model-embedded-one-to-one-relationships-between-documents.txt @@ -4,7 +4,7 @@ Model Embedded One-to-One Relationships Between Documents ========================================================= -.. default-domain:: +.. default-domain:: mongodb Overview --------