Skip to content

Commit 55234fa

Browse files
authored
Merge pull request #2301 from gsonly/fix/2287
fix typo in Differences between GitHub apps and OAuth apps
2 parents bb3297c + b3f0f3d commit 55234fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/apps/differences-between-github-apps-and-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Unlike OAuth apps, GitHub Apps have targeted permissions that allow them to requ
8585

8686
| GitHub Apps | OAuth Apps |
8787
| ----- | ----------- |
88-
| By default, GitHub Apps have a single webhook that receives the events they are configured to receive for every repository they have access to. | OAuth Apps request the webhook scope to create a repository webhook for each repository they needs to receive events from. |
88+
| By default, GitHub Apps have a single webhook that receives the events they are configured to receive for every repository they have access to. | OAuth Apps request the webhook scope to create a repository webhook for each repository they need to receive events from. |
8989
| GitHub Apps receive certain organization-level events with the organization member's permission. | OAuth Apps request the organization webhook scope to create an organization webhook for each organization they need to receive organization-level events from. |
9090

9191
### Git access

0 commit comments

Comments
 (0)