Skip to content

Commit bac59cf

Browse files
authored
Fix typo in getting-started.rst (#2756)
1 parent 52bb81e commit bac59cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can provide your mapping information in Annotations or XML:
165165
.. note::
166166

167167
The ``$id`` property above is annotated with the ``#[Id]`` attribute, which
168-
makes it special. It will be use dby Doctrine to store the unique identifier
168+
makes it special. It will be used by Doctrine to store the unique identifier
169169
of the document. If you do not provide a value for ``$id``, Doctrine will
170170
automatically generate an `ObjectId`_ when you persist the document.
171171

0 commit comments

Comments
 (0)