Skip to content

Commit e486b07

Browse files
authored
missing quote
1 parent 07e9b5a commit e486b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ in the database. This is usually done with annotations:
186186
Doctrine supports a wide variety of different field types, each with their own options.
187187
To see a full list of types and options, see `Doctrine's Mapping Types documentation`_.
188188
If you want to use XML instead of annotations, add ``type: xml`` and
189-
``dir: '%kernel.project_dir%/config/doctrine`` to the entity mappings in your
189+
``dir: '%kernel.project_dir%/config/doctrine'`` to the entity mappings in your
190190
``config/packages/doctrine.yaml`` file.
191191

192192
.. caution::

0 commit comments

Comments
 (0)