Skip to content

Commit c4c5443

Browse files
Merge branch 'main' into main
2 parents b228fb0 + 55234fa commit c4c5443

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)