Skip to content

Commit

Permalink
fix typo: regitered => registered
Browse files Browse the repository at this point in the history
  • Loading branch information
bordalix committed Dec 11, 2024
1 parent 71b452e commit e51f1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-spec/protobuf/gen/go/ocean/v1/notification.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-spec/protobuf/ocean/v1/notification.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e51f1ec

Please sign in to comment.