8000 Merge branch '3.4' into 4.2 · symfony/symfony-docs@2f97fff · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f97fff

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Fixed a syntax issue grammar typo Fixing minor error
2 parents 45c7c69 + 307ade6 commit 2f97fff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/forms/types/entity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ loading all entities.
216216

217217
.. caution::
218218

219-
  The entity used in the ``FROM`` clause of the `query_builder`_ option
220-
will always be validated against the class which you have specified with
221-
the form's `class`_ option. If you return another entity instead of the
219+
  The entity used in the ``FROM`` clause of the ``query_builder`` option
220+
will always be validated against the class which you have specified at the
221+
`class`_ option. If you return another entity instead of the
222222
one used in your ``FROM`` clause (for instance if you return an entity
223223
from a joined table), it will break validation.
224224

session/locale_sticky_session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in the session, so that it's used on subsequent requests.
1313
Creating a LocaleSubscriber
1414
---------------------------
1515

16-
Create and a :ref:`new event subscriber <events-subscriber>`. Typically, ``_locale``
16+
Create a :ref:`new event subscriber <events-subscriber>`. Typically, ``_locale``
1717
is used as a routing parameter to signify the locale, though you can determine the
1818
correct locale however you want::
1919

0 commit comments

Comments
 (0)
0