This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.14.x by this push:
new 0522fb2 Grammar Of Docs Updated
0522fb2 is described below
commit 0522fb260278fc380aed25c468c08973bfae0f35
Author: Sayan Dasgupta <[email protected]>
AuthorDate: Sun Jan 30 21:10:24 2022 +0530
Grammar Of Docs Updated
---
core/camel-core-engine/src/main/docs/modules/eips/pages/message.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message.adoc
index 28c17c2..3fbecb7 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message.adoc
@@ -13,7 +13,7 @@ of the xref:manual::exchange.adoc[Exchange].
The message contains the following information:
-- _body_ - the message body (i.e. payload
+- _body_ - the message body (i.e. payload)
- _headers_ - headers with additional information
- _messageId_ - Unique id of the message.
By default, the message uses the same id as `Exchange.getExchangeId` as
messages are associated with the