Skip to content

Commit a444220

Browse files
committed
minor #4885 Fix typos (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typos | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- c3ef622 Remove usage of first person 5744623 Fix typos
2 parents 4c190cf + c3ef622 commit a444220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/form_collections.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ great, your user can't actually add any new tags yet.
246246
.. caution::
247247

248248
In this entry, you embed only one collection, but you are not limited
249-
to this. You can also embed nested collection as many level down as you
249+
to this. You can also embed nested collection as many levels down as you
250250
like. But if you use Xdebug in your development setup, you may receive
251251
a ``Maximum function nesting level of '100' reached, aborting!`` error.
252252
This is due to the ``xdebug.max_nesting_level`` PHP setting, which defaults
@@ -459,7 +459,7 @@ is added to the ``Task`` class by calling the ``addTag`` method. Before this
459459
change, they were added internally by the form by calling ``$task->getTags()->add($tag)``.
460460
That was just fine, but forcing the use of the "adder" method makes handling
461461
these new ``Tag`` objects easier (especially if you're using Doctrine, which
462-
we talk about next!).
462+
you will learn about next!).
463463

464464
.. caution::
465465

0 commit comments

Comments
 (0)