Skip to content

Commit

Permalink
MSC2918: fix expires_in_ms example
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed May 20, 2021
1 parent 870cded commit 6530ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/2918-refreshtokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ response:
```json
{
"access_token": "xxxxyyyyzzz",
"expires_in_ms": 60,
"expires_in_ms": 60000,
"refresh_token": "eeeeffffgggghhhh"
}
```
Expand Down

0 comments on commit 6530ecc

Please sign in to comment.