Skip to content

Commit 928c736

Browse files
Nelson da Costaweaverryan
Nelson da Costa
authored andcommitted
"be cause" -> "because"
1 parent 31443a3 commit 928c736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)