Skip to content

Commit 36ba71d

Browse files
authored
typo fix (#5713)
1 parent 49c5900 commit 36ba71d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ belonging to the same ``patron``:
6363
Embedded Document Pattern
6464
~~~~~~~~~~~~~~~~~~~~~~~~~
6565

66-
In this example the application needs to display information for the ``patron`` and both
67-
``address`` objects on a single page. To allow your application to retreive all necessary
68-
information with a single query, embed the ``address one`` and ``address two`` information
69-
inside of the ``patron`` document:
66+
In this example the application needs to display information for the ``patron``
67+
and both ``address`` objects on a single page. To allow your application to
68+
retrieve all necessary information with a single query, embed the ``address one``
69+
and ``address two`` information inside of the ``patron`` document:
7070

7171
.. code-block:: javascript
7272

0 commit comments

Comments
 (0)