Skip to content

Commit 7beecfa

Browse files
pierce-mgmlewis
andauthored
Update github/apps_hooks_deliveries.go
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent 01fb5eb commit 7beecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/apps_hooks_deliveries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (s *AppsService) GetHookDelivery(ctx context.Context, deliveryID int64) (*H
5252
return h, resp, nil
5353
}
5454

55-
// RedeliverHookDelivery redelivers a delivery for an App webhook
55+
// RedeliverHookDelivery redelivers a delivery for an App webhook.
5656
//
5757
// GitHub API docs: https://docs.github.com/en/rest/reference/apps#redeliver-a-delivery-for-an-app-webhook
5858
func (s *AppsService) RedeliverHookDelivery(ctx context.Context, deliveryID int64) (*HookDelivery, *Response, error) {

0 commit comments

Comments
 (0)