From f4d6ce6e28599363072805617fd4c8b592477591 Mon Sep 17 00:00:00 2001 From: kay Date: Fri, 21 Dec 2012 15:17:02 -0500 Subject: [PATCH] DOCS-661 fix missing default domain directive --- source/core/data-modeling.txt | 2 +- ...odel-embedded-one-to-one-relationships-between-documents.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 --------