Skip to content

Commit 23efc20

Browse files
committed
Merge pull request #930 from richardmiller/fixing_type_in_entity_provider
Fixed typo in new entity provider article
2 parents 4b73474 + 3858bd6 commit 23efc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ interface forces the class to implement the six following methods:
136136
* ``equals()`` compares the current object with another
137137
:class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`
138138
instance,
139-
* ``eraseCredentials()`` removes sensible information stored in the
139+
* ``eraseCredentials()`` removes sensitive information stored in the
140140
:class:`Symfony\\Component\\Security\\Core\\User\\UserInterface` object.
141141

142142
To keep it simple, the ``equals()`` method just compares the ``username`` field

0 commit comments

Comments
 (0)