Skip to content

Commit 84cdf45

Browse files
authored
Update contrller_events.rst
Fix minor typo.
1 parent 3fc7e36 commit 84cdf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/controller_events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ their logic. All events can be found in the constants of the
1313
All controllers follow the same convention: they dispatch a ``SUCCESS`` event
1414
when the form is valid before saving the user, and a ``COMPLETED`` event when
1515
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
16+
don't want the default redirection. And all ``COMPLETED`` events give you access
1717
to the response before it is returned.
1818

1919
Controllers with a form also dispatch an ``INITIALIZE`` event after the entity is

0 commit comments

Comments
 (0)