Docs: Typo, grammar

This commit is contained in:
Michael Käfer 2020-02-16 17:40:22 +01:00 committed by Robin Chalas
parent 334f0205d0
commit dc11c8d1b8

View File

@ -21,10 +21,10 @@ use Symfony\Component\Security\Core\Role\Role;
* password (for checking against a submitted password), assigning roles
* and so on.
*
* Regardless of how your user are loaded or where they come from (a database,
* configuration, web service, etc), you will have a class that implements
* this interface. Objects that implement this interface are created and
* loaded by different objects that implement UserProviderInterface
* Regardless of how your users are loaded or where they come from (a database,
* configuration, web service, etc.), you will have a class that implements
* this interface. Objects that implement this interface are created and
* loaded by different objects that implement UserProviderInterface.
*
* @see UserProviderInterface
* @see AdvancedUserInterface