Skip to content

Commit 5ab5246

Browse files
committed
minor #4127 Second part of #3848 (WouterJ)
This PR was merged into the 2.5 branch. Discussion ---------- Second part of #3848 The 2.5 typo fix of #3848 Commits ------- c7d1791 Fixed typos
2 parents cffd6b9 + c7d1791 commit 5ab5246

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)