Skip to content

Commit

Permalink
Removed stutter in event type name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Morris committed Oct 6, 2018
1 parent 679af5b commit ac30d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/event_types.go
Expand Up @@ -790,11 +790,11 @@ type WatchEvent struct {
Installation *Installation `json:"installation,omitempty"`
}

// GithubAppAuthorizationEvent is triggered when a user's authorization for a
// AppAuthorizationEvent is triggered when a user's authorization for a
// GitHub Application is revoked.
//
// GitHub API docs: https://developer.github.com/v3/activity/events/types/#githubappauthorizationevent
type GithubAppAuthorizationEvent struct {
type AppAuthorizationEvent struct {
Action *string `json:"action,omitempty`

// The following fields are only populated by Webhook events.
Expand Down

0 comments on commit ac30d15

Please sign in to comment.