1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[Documentation] typo fixes

This commit is contained in:
Douglas Greenshields 2015-04-04 00:22:00 +01:00
parent 052b8e802f
commit fb96a65733

View File

@ -418,8 +418,8 @@ This feature was contributed by `Michael Perrin
- `Pull Request <https://github.com/doctrine/doctrine2/pull/590>`_ - `Pull Request <https://github.com/doctrine/doctrine2/pull/590>`_
- `DDC-2319 <http://doctrine-project.org/jira/browse/DDC-2319>`_ - `DDC-2319 <http://doctrine-project.org/jira/browse/DDC-2319>`_
Query API: Add suport for default Query Hints Query API: Add support for default Query Hints
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To configure multiple different features such as custom AST Walker, fetch modes, To configure multiple different features such as custom AST Walker, fetch modes,
locking and other features affecting DQL generation we have had a feature locking and other features affecting DQL generation we have had a feature
@ -486,8 +486,8 @@ EntityGenerator Command: Avoid backups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When calling the EntityGenerator for an existing entity, Doctrine would When calling the EntityGenerator for an existing entity, Doctrine would
create a backup file every time to avoid loosing changes to the code. create a backup file every time to avoid losing changes to the code. You
You can now skip generating the backup file by passing the ``--no-backup`` can now skip generating the backup file by passing the ``--no-backup``
flag: flag:
:: ::