Skip to content

Commit e6188e5

Browse files
[documentation-improvements] Fix grammar issues on authorization code grant type API reference
1 parent e2fd63f commit e6188e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ URL paths are relatively resolved to their corresponding host property using the
3737

3838
## Grants
3939
### new AuthorizationCode(options)
40-
This submodule provides supports for the OAuth2 [Authorization Code](https://oauth.net/2/grant-types/authorization-code/) grant type
40+
This submodule provides support for the OAuth2 [Authorization Code](https://oauth.net/2/grant-types/authorization-code/) grant type.
4141

4242
#### .authorizeURL([authorizeOptions]) => String
4343
Creates the authorization URL from the *client configuration* and the *authorize options*. The following are supported authorize options:

0 commit comments

Comments
 (0)