File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ great, your user can't actually add any new tags yet.
246
246
.. caution ::
247
247
248
248
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
250
250
like. But if you use Xdebug in your development setup, you may receive
251
251
a ``Maximum function nesting level of '100' reached, aborting! `` error.
252
252
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
459
459
change, they were added internally by the form by calling ``$task->getTags()->add($tag) ``.
460
460
That was just fine, but forcing the use of the "adder" method makes handling
461
461
these new ``Tag `` objects easier (especially if you're using Doctrine, which
462
- we talk about next!).
462
+ we will talk about next!).
463
463
464
464
.. caution ::
465
465
You can’t perform that action at this time.
0 commit comments