Skip to content

Commit

Permalink
chore: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 23, 2022
1 parent bb00869 commit 18da9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/user-guide/pages/management-rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,5 @@ The response can be one of:

* `cloudEvent` - A cloud event (binary of structured).
* `raw` - Only use the response body as payload, keep the metadata.
* `assumeStructuredCloudEvent` - Assume the response body contains a structured cloud event, with attributes/extensions as part of the root level. However, the response content type is ignored, altough it normally must be `application/cloudevents+json; charset=UTF-8`. This can be used for broken cloud events serialization.
* `assumeStructuredCloudEvent` - Assume the response body contains a structured cloud event, with attributes/extensions as part of the root level. However, the response content type is ignored, although it normally must be `application/cloudevents+json; charset=UTF-8`. This can be used for broken cloud events serialization.

0 comments on commit 18da9a8

Please sign in to comment.