Skip to content

Commit cb29668

Browse files
authored
Merge pull request #2615 from davidromani/patch-1
Update contrller_events.rst
2 parents 3fc7e36 + 84cdf45 commit cb29668

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)