Skip to content

Commit

Permalink
minor #4127 Second part of #3848 (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 16, 2014
2 parents cffd6b9 + c7d1791 commit 5ab5246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/named_encoders.rst
Expand Up @@ -105,7 +105,7 @@ named encoders:
This creates an encoder named ``harsh``. In order for a ``User`` instance
to use it, the class must implement
:class:`Symfony\\Component\\Security\\Core\\Encoder\\EncoderAwareInterface`.
The interface requires one method - ``getEncoderName`` - which should reutrn
The interface requires one method - ``getEncoderName`` - which should return
the name of the encoder to use::

// src/Acme/UserBundle/Entity/User.php
Expand Down

0 comments on commit 5ab5246

Please sign in to comment.