Skip to content

Commit

Permalink
📝 Update README.md (#3) (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabiloo19 authored Dec 18, 2021
1 parent 1edec2a commit 7799f5f
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 @@ -210,7 +210,7 @@ try {
->forUser(auth()->user())
->getNewAccessToken();

// by defaul the function `getNewAccessToken` will get a new access token
// by default the function `getNewAccessToken` will get a new access token
// and save the new access token to the same user you are set it in the `forUser` function
} catch (\League\OAuth2\Client\Provider\Exception\IdentityProviderException $exception) {
// in case the token access token & refresh token is expired
Expand Down

0 comments on commit 7799f5f

Please sign in to comment.