Skip to content

Commit

Permalink
minor #4885 Fix typos (ifdattic)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Mar 13, 2015
2 parents 4c190cf + c3ef622 commit a444220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ great, your user can't actually add any new tags yet.
.. caution::

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

.. caution::

Expand Down

0 comments on commit a444220

Please sign in to comment.