minor #11359 [Upgrade] Fixed markdown syntax (lyrixx)

This PR was merged into the 2.3 branch.

Discussion
----------

[Upgrade] Fixed markdown syntax

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        |

Commits
-------

deb70c7 [Upgrade] Fixed markdown syntax
This commit is contained in:
Fabien Potencier 2014-07-09 19:02:56 +02:00
commit 162a025c5d

View File

@ -110,9 +110,9 @@ Form
}
```
* The *_SET_DATA events are now guaranteed to be fired *after* the children
* The `*_SET_DATA` events are now guaranteed to be fired *after* the children
were added by the FormBuilder (unless setData() is called manually). Before,
the *_SET_DATA events were sometimes thrown before adding child forms,
the `*_SET_DATA` events were sometimes thrown before adding child forms,
which made it impossible to remove child forms dynamically.
A consequence of this change is that you need to set the "auto_initialize"