Skip to content

Commit

Permalink
openapi: change OperationIDs for notification endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Merdler <alecmerdler@gmail.com>
  • Loading branch information
alecmerdler authored and ldelossa committed Sep 29, 2020
1 parent 04fab4a commit d06dabf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion clair-error/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type ErrDeliveryFailed struct {
}

func (e ErrDeliveryFailed) Error() string {
return "failed to delivery notification"
return "failed to deliver notification"
}

func (e ErrDeliveryFailed) Unwrap() error {
Expand Down
Loading

0 comments on commit d06dabf

Please sign in to comment.