Skip to content

Commit fc8a060

Browse files
committed
Merge branch '2.3'
2 parents e797af3 + 94287b3 commit fc8a060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ a field for issue numbers
239239
2) You need to worry about passing in the ``em`` option whenever you're creating
240240
a form that uses the transformer.
241241

242-
Because of these, you may choose to create a :doc:`create a custom field type</cookbook/form/create_custom_field_type>`.
242+
Because of these, you may choose to :doc:`create a custom field type</cookbook/form/create_custom_field_type>`.
243243
First, create the custom field type class::
244244

245245
// src/Acme/TaskBundle/Form/Type/IssueSelectorType.php

cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ When you're building this form to display to the user for the first time,
437437
then this example works perfectly.
438438

439439
However, things get more difficult when you handle the form submission. This
440-
is be cause the ``PRE_SET_DATA`` event tells us the data that you're starting
440+
is because the ``PRE_SET_DATA`` event tells us the data that you're starting
441441
with (e.g. an empty ``SportMeetup`` object), *not* the submitted data.
442442

443443
On a form, we can usually listen to the following events:

0 commit comments

Comments
 (0)