Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli authored and wouterj committed Aug 16, 2014
1 parent cffd6b9 commit c7d1791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/named_encoders.rst
Original file line number Diff line number Diff line change
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 c7d1791

Please sign in to comment.