Skip to content

Commit c7d1791

Browse files
pborreliwouterj
authored andcommitted
Fixed typos
1 parent cffd6b9 commit c7d1791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/named_encoders.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ named encoders:
105105
This creates an encoder named ``harsh``. In order for a ``User`` instance
106106
to use it, the class must implement
107107
:class:`Symfony\\Component\\Security\\Core\\Encoder\\EncoderAwareInterface`.
108-
The interface requires one method - ``getEncoderName`` - which should reutrn
108+
The interface requires one method - ``getEncoderName`` - which should return
109109
the name of the encoder to use::
110110

111111
// src/Acme/UserBundle/Entity/User.php

0 commit comments

Comments
 (0)