Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelaune committed Sep 30, 2013
1 parent 2a3b501 commit de53248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The client bundle will provide an `OAuth2Token` object for any secured path in y
There are additional getters available on the `OAuth2User` object:

``` php
$token = $this->get('security.context)->getToken();
$token = $this->get('security.context')->getToken();
$token->getAccessToken(); // The access token
$token->getRefreshToken(); // The refresh token
$token->getExpiresAt(); // Expiry datetime object
Expand Down

0 comments on commit de53248

Please sign in to comment.