Skip to content

Commit e7056b3

Browse files
committed
Fix typos
1 parent 5cbc3ab commit e7056b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/the_oauth_event_class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ users to always accept a client.
88

99
Thanks to the [Event Dispatcher](http://symfony.com/doc/current/components/event_dispatcher.html),
1010
you can listen before, and after the authorization form process. So, you can save the user's choice,
11-
and even by pass the authorization pass. Let's an example.
11+
and even bypass the authorization process. Let's look at an example.
1212

1313
Assuming we have a _Many to Many_ relation between clients, and users. An `OAuthEvent` contains
1414
a `ClientInterface` instance, a `UserInterface` instance (coming from the [Security Component](http://symfony.com/doc/current/book/security.html)),

0 commit comments

Comments
 (0)