Skip to content

Commit 2234bd3

Browse files
committed
[#10995] fix some minor typos
1 parent dbc4157 commit 2234bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/user_provider.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ to retrieve them:
109109
]);
110110
111111
The ``providers`` section creates a "user provider" called ``users`` that knows
112-
to query from your ``App\Entity\User`` entity by the ``username`` property. You
113-
can choose any name for the user provider, but it's recommended to pick a
112+
how to query from your ``App\Entity\User`` entity by the ``username`` property.
113+
You can choose any name for the user provider, but it's recommended to pick a
114114
descriptive name because this will be later used in the firewall configuration.
115115

116116
.. _authenticating-someone-with-a-custom-entity-provider:
@@ -208,7 +208,7 @@ Memory User Provider
208208
--------------------
209209

210210
It's not recommended to use this provider in real applications because of its
211-
limitations and how difficult is to manage users. It may be useful in app
211+
limitations and how difficult it is to manage users. It may be useful in app
212212
prototypes and for limited apps that don't store users in databases.
213213

214214
This user provider stores all user information in a configuration file,

0 commit comments

Comments
 (0)