diff --git a/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go b/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go index cf5cfb4..cdb5e54 100644 --- a/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go +++ b/api-spec/protobuf/gen/go/ocean/v1/notification.pb.go @@ -680,7 +680,7 @@ type ListWebhooksResponse struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // The list of info about the webhooks regitered for an action. + // The list of info about the webhooks registered for an action. WebhookInfo []*WebhookInfo `protobuf:"bytes,1,rep,name=webhook_info,json=webhookInfo,proto3" json:"webhook_info,omitempty"` } diff --git a/api-spec/protobuf/ocean/v1/notification.proto b/api-spec/protobuf/ocean/v1/notification.proto index c923bcf..c0fa228 100644 --- a/api-spec/protobuf/ocean/v1/notification.proto +++ b/api-spec/protobuf/ocean/v1/notification.proto @@ -104,7 +104,7 @@ message ListWebhooksRequest { WebhookEventType event_type = 1; } message ListWebhooksResponse { - // The list of info about the webhooks regitered for an action. + // The list of info about the webhooks registered for an action. repeated WebhookInfo webhook_info = 1; } message WebhookInfo {