Skip to content

Commit ad9487c

Browse files
committed
dont forget the dots
1 parent c745e78 commit ad9487c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/oauth_authorizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Read more about these tokens on the [GitHub Help page](https://help.github.com/a
4848
Name | Type | Description
4949
-----|------|--------------
5050
`scopes`|`array` | A list of scopes that this authorization is in.
51-
`note`|`string` | **Required** A note to remind you what the OAuth token is for.
51+
`note`|`string` | **Required**. A note to remind you what the OAuth token is for.
5252
`note_url`|`string` | A URL to remind you what app the OAuth token is for.
5353
`client_id`|`string` | The 20 character OAuth app client key for which to create the token.
5454
`client_secret`|`string` | The 40 character OAuth app client secret for which to create the token.
@@ -76,7 +76,7 @@ exists. Otherwise, it creates one.
7676

7777
Name | Type | Description
7878
-----|------|--------------
79-
`client_secret`|`string`| **Required** The 40 character OAuth app client secret associated with the client ID specified in the URL.
79+
`client_secret`|`string`| **Required**. The 40 character OAuth app client secret associated with the client ID specified in the URL.
8080
`scopes`|`array` | A list of scopes that this authorization is in.
8181
`note`|`string` | A note to remind you what the OAuth token is for.
8282
`note_url`|`string` | A URL to remind you what app the OAuth token is for.

0 commit comments

Comments
 (0)