We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fc7e36 + 84cdf45 commit cb29668Copy full SHA for cb29668
Resources/doc/controller_events.rst
@@ -13,7 +13,7 @@ their logic. All events can be found in the constants of the
13
All controllers follow the same convention: they dispatch a ``SUCCESS`` event
14
when the form is valid before saving the user, and a ``COMPLETED`` event when
15
it is done. Thus, all ``SUCCESS`` events allow you to set a response if you
16
-don't want the default redirection. and all ``COMPLETED`` events give you access
+don't want the default redirection. And all ``COMPLETED`` events give you access
17
to the response before it is returned.
18
19
Controllers with a form also dispatch an ``INITIALIZE`` event after the entity is
0 commit comments