Skip to content

Commit e46bb75

Browse files
committed
Incorporate @gjtorikian's suggested edits
1 parent 8003009 commit e46bb75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/guides/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ features:
126126
will provide before authorizing a third party app
127127

128128
Normally, tokens are created via a [web flow][webflow]. An application
129-
will send users to GitHub to log in. GitHub will present a dialog
129+
sends users to GitHub to log in. GitHub then presents a dialog
130130
indicating the name of the app, as well as the level of access the app
131-
will have once the user authorizes it. After a user authorizes
132-
access, GitHub redirects the user back to the application:
131+
has once it's authorized by the user. After a user authorizes access, GitHub
132+
redirects the user back to the application:
133133
![](/images/oauth_prompt.png)
134134

135135
You don't need to set up the entire web flow to begin working with OAuth tokens.
@@ -227,7 +227,7 @@ The information returned from these calls will depend on how we authenticate:
227227
* Using Basic Authentication, the response includes all repositories the
228228
the user has access to see on github.com.
229229
* Using OAuth, private repositories are only returned if the OAuth token
230-
contains 'repo' scope.
230+
contains the `repo` [scope][scopes].
231231

232232
As the [docs][repos-api] indicate, these methods take a `type` parameter that
233233
can filter the repositories returned based on what type of access the user has

0 commit comments

Comments
 (0)