Skip to content

Commit c3119e7

Browse files
committed
Fixed a grammar issue
1 parent 362a09f commit c3119e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/login_handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Creating a Failure Login Handler
128128
--------------------------------
129129

130130
The steps to follow are identical to the ones explained in the previous section.
131-
First, define your own logic in a class that implements
131+
First, define your own logic in a class that implements the
132132
:class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface`
133133
and create a new service for it. Then, add the ``failure_handler`` configuration
134134
option in your firewall:

0 commit comments

Comments
 (0)