Skip to content

Commit 0972db6

Browse files
committed
Fix summarizing typo
Thanks @profShady
1 parent 9893588 commit 0972db6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/v3/oauth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ these are some errors you might see:
207207

208208
If the OAuth application you set up has been suspended (due to reported
209209
abuse, spam, or a mis-use of the API), GitHub will redirect to the
210-
registered callback URL with the following parameters summerizing the
210+
registered callback URL with the following parameters summarizing the
211211
error:
212212

213213
http://your-application.com/callback?error=application_suspended
@@ -222,7 +222,7 @@ with suspended applications.
222222

223223
If you provide a redirect_uri that doesn't match what you've registered
224224
with your application, GitHub will redirect to the registered callback
225-
URL with the following parameters summerizing the error:
225+
URL with the following parameters summarizing the error:
226226

227227
http://your-application.com/callback?error=redirect_uri_mismatch
228228
&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.
@@ -236,7 +236,7 @@ registered with your application.
236236
### Access denied
237237

238238
If the user rejects access to your application, GItHub will redirect to
239-
the registered callback URL with the following parameters summerizing
239+
the registered callback URL with the following parameters summarizing
240240
the error:
241241

242242
http://your-application.com/callback?error=access_denied

0 commit comments

Comments
 (0)