Skip to content

Commit 58d8df7

Browse files
authored
Update README.md
1 parent d25fdb1 commit 58d8df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ You could use a refresh token, to get a new token from the oauth server when tok
225225
```typescript
226226
sdk.refreshAccessToken(refreshToken).then((resp) => {
227227
const token = resp.access_token;
228-
// Do stuff with new access token.
228+
// Do stuff with new access token
229229
});
230230
```
231231

0 commit comments

Comments
 (0)