Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 71903cd

Browse files
authored
Typo fix with refresh!
1 parent ff1e675 commit 71903cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ And re-instantiate it back up later:
7575
And hen their access token expires, you can just run `refresh!`:
7676

7777
```ruby
78-
@access_token = @auth.auth_code.refresh!
78+
@access_token = @access_token.refresh!
7979
```
8080

8181
### Implicit Grant

0 commit comments

Comments
 (0)