Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7d1791

Browse filesBrowse files
pborreliwouterj
authored andcommitted
Fixed typos
1 parent cffd6b9 commit c7d1791
Copy full SHA for c7d1791

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/named_encoders.rst

Copy file name to clipboardExpand all lines: cookbook/security/named_encoders.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.