Skip to content

Commit de83e12

Browse files
DOCSP-50218-redundant-to (#12264) (#12266)
1 parent 02f30c4 commit de83e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/manual/manual/source/data-modeling/enforce-consistency/embed-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following example enforces data consistency in an e-commerce
4747
application. In the initial schema, product information is duplicated in
4848
the ``products`` and ``sellers`` collections. The ``sellerId`` field in
4949
the ``products`` collection is a :ref:`reference
50-
<data-modeling-referencing>` to to the ``sellers`` collection, and links
50+
<data-modeling-referencing>` to the ``sellers`` collection, and links
5151
the data together.
5252

5353
.. code-block:: javascript

content/manual/v7.0/source/data-modeling/enforce-consistency/embed-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following example enforces data consistency in an e-commerce
4747
application. In the initial schema, product information is duplicated in
4848
the ``products`` and ``sellers`` collections. The ``sellerId`` field in
4949
the ``products`` collection is a :ref:`reference
50-
<data-modeling-referencing>` to to the ``sellers`` collection, and links
50+
<data-modeling-referencing>` to the ``sellers`` collection, and links
5151
the data together.
5252

5353
.. code-block:: javascript

0 commit comments

Comments
 (0)