Skip to content

Commit 0a52476

Browse files
author
Michael Salinger
committed
Fixed a formatting issue
1 parent c6cbd2c commit 0a52476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/misc/migrating-v2-to-v3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Model specification
5353
-------------------
5454

5555
* `generateAccessToken(client, user, scope)` is **optional** and should return a `String`.
56-
* `generateAuthorizationCode()` is **optional** and should return a _String.
56+
* `generateAuthorizationCode()` is **optional** and should return a `String`.
5757
* `generateRefreshToken(client, user, scope)` is **optional** and should return a `String`.
5858
* `getAccessToken(token)` should return an object with:
5959

0 commit comments

Comments
 (0)