Skip to content

Commit ea7ad5a

Browse files
michaelKaeferchalasr
authored andcommitted
Docs: Typo, grammar
1 parent a719c1e commit ea7ad5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

User/UserInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
* password (for checking against a submitted password), assigning roles
2222
* and so on.
2323
*
24-
* Regardless of how your user are loaded or where they come from (a database,
25-
* configuration, web service, etc), you will have a class that implements
26-
* this interface. Objects that implement this interface are created and
27-
* loaded by different objects that implement UserProviderInterface
24+
* Regardless of how your users are loaded or where they come from (a database,
25+
* configuration, web service, etc.), you will have a class that implements
26+
* this interface. Objects that implement this interface are created and
27+
* loaded by different objects that implement UserProviderInterface.
2828
*
2929
* @see UserProviderInterface
3030
* @see AdvancedUserInterface

0 commit comments

Comments
 (0)