We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cffd6b9 + c7d1791 commit 5ab5246Copy full SHA for 5ab5246
cookbook/security/named_encoders.rst
@@ -105,7 +105,7 @@ named encoders:
105
This creates an encoder named ``harsh``. In order for a ``User`` instance
106
to use it, the class must implement
107
:class:`Symfony\\Component\\Security\\Core\\Encoder\\EncoderAwareInterface`.
108
-The interface requires one method - ``getEncoderName`` - which should reutrn
+The interface requires one method - ``getEncoderName`` - which should return
109
the name of the encoder to use::
110
111
// src/Acme/UserBundle/Entity/User.php
0 commit comments