Update pubsub_api.md (#2178)

Fixed typo.
This commit is contained in:
Derrick Burns 2022-02-06 22:32:18 -08:00 committed by GitHub
parent f7b9ed0323
commit 00e8aa1e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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