Skip to content

Commit

Permalink
Restore 'easiest' and remove redundant 'of course'
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKaminski committed Feb 28, 2020
1 parent 0c00884 commit 8d72c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MongoDB. This works by mapping a PHP class and its properties to entries
of a MongoDB collection.

For Doctrine to be able to do this, you have to create "metadata", or
configuration, that tells Doctrine exactly how the ``Product`` class and its
configuration that tells Doctrine exactly how the ``Product`` class and its
properties should be *mapped* to MongoDB. This metadata can be specified
in a number of different formats including XML or directly inside the
``Product`` class via annotations:
Expand Down Expand Up @@ -279,8 +279,8 @@ Querying for Objects

As you saw above, the built-in repository class allows you to query for one
or many objects based on any number of different parameters. When this is
enough, this is the recommended way to query for documents. Of course, you can
also create more complex queries.
enough, this is the easiest way to query for documents. You can also create
more complex queries.

Using the Query Builder
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8d72c38

Please sign in to comment.