Skip to content

Commit 206d484

Browse files
Hugo Hamonweaverryan
Hugo Hamon
authored andcommitted
proofread entity user provider chapter.
1 parent 3d756b0 commit 206d484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/entity_provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ The code below shows the implementation of the `UserProviderInterface`_ in the
305305
To finish the implementation, the configuration of the security layer must be
306306
changed to tell Symfony to use the new custom entity provider instead of the
307307
generic Doctrine entity provider. It's trival to achieve by removing the
308-
``property`` variable in the ``security.providers.administrators.entity`` in the
309-
``security.yml`` file.
308+
``property`` field in the ``security.providers.administrators.entity`` section
309+
of the ``security.yml`` file.
310310

311311
.. code-block::yaml
312312

0 commit comments

Comments
 (0)