diff --git a/daprdocs/content/en/reference/api/pubsub_api.md b/daprdocs/content/en/reference/api/pubsub_api.md index eed507d1a..c88448050 100644 --- a/daprdocs/content/en/reference/api/pubsub_api.md +++ b/daprdocs/content/en/reference/api/pubsub_api.md @@ -51,7 +51,7 @@ The `Content-Type` header tells Dapr which content type your data adheres to whe The value of the `Content-Type` header populates the `datacontenttype` field in the CloudEvent. Unless specified, Dapr assumes `text/plain`. If your content type is JSON, use a `Content-Type` header with the value of `application/json`. -If you want to send your own custom CloundEvent, use the `application/cloudevents+json` value for the `Content-Type` header. +If you want to send your own custom CloudEvent, use the `application/cloudevents+json` value for the `Content-Type` header. #### Metadata