Skip to content

Commit a197d86

Browse files
shieldoweaverryan
authored andcommitted
fixed typo
1 parent c40ebf6 commit a197d86

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
@@ -464,7 +464,7 @@ This can be used to get the ``SportMeetup`` id and retrieve it from the database
464464
given you have a reference to the object manager (if using doctrine). In
465465
the end, you have an event subscriber that listens to two different events,
466466
requires some external services and customizes the form. In such a situation,
467-
it's probably better to define this as a service rather than using an anonymouse
467+
it's probably better to define this as a service rather than using an anonymous
468468
function as the event listener callback.
469469

470470
The subscriber would now look like::

0 commit comments

Comments
 (0)