Skip to content

Commit a43f09f

Browse files
antoinediligentweaverryan
antoinediligent
authored andcommitted
Typo in cookbook/security/entity_provider.rst at line 281: "crate" instead of "create"
1 parent fb6317b commit a43f09f

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
@@ -281,7 +281,7 @@ address as they are both unique in the database. Unfortunately, the native
281281
entity provider is only able to handle a single property to fetch the user from
282282
the database.
283283

284-
To accomplish this, crate a custom entity provider that looks for a user
284+
To accomplish this, create a custom entity provider that looks for a user
285285
whose username *or* email field matches the submitted login username.
286286
The good news is that a Doctrine repository object can act as an entity user
287287
provider if it implements the

0 commit comments

Comments
 (0)