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.
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
459459change, they were added internally by the form by calling ``$task->getTags()->add($tag) ``.
460460That was just fine, but forcing the use of the "adder" method makes handling
461461these new ``Tag `` objects easier (especially if you're using Doctrine, which
462- we talk about next!).
462+ we will talk about next!).
463463
464464.. caution ::
465465
You can’t perform that action at this time.
0 commit comments