Skip to content

Commit f4d6ce6

Browse files
committed
DOCS-661 fix missing default domain directive
1 parent 1a5021a commit f4d6ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/core/data-modeling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ that:
1818
of data.
1919

2020
Each document only needs to contain relevant fields to the entity or
21-
object that the document represents. In practice, *most documents in a
21+
object that the document represents. In practice, *most* documents in a
2222
collection share a similar structure. Schema flexibility means that
2323
you can model your documents in MongoDB so that they can closely
2424
resemble and reflect application-level objects.

source/tutorial/model-embedded-one-to-one-relationships-between-documents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Model Embedded One-to-One Relationships Between Documents
55
=========================================================
66

7-
.. default-domain::
7+
.. default-domain:: mongodb
88

99
Overview
1010
--------

0 commit comments

Comments
 (0)