This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a41323c4d17af14db2e3cdebfa986a252de2c0eb Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 28 15:53:40 2022 +0100 Typo --- components/camel-attachments/src/main/docs/attachments.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-attachments/src/main/docs/attachments.adoc b/components/camel-attachments/src/main/docs/attachments.adoc index 61b69bd..7439a78 100644 --- a/components/camel-attachments/src/main/docs/attachments.adoc +++ b/components/camel-attachments/src/main/docs/attachments.adoc @@ -10,7 +10,7 @@ The attachments component provides the `javax.attachments` API support for Apache Camel. A few Camel component uses attachments such as mail and web-service components. -The attachments component is include automatic when using these components. +The attachments component is included automatic when using these components. The attachments support is on Camel `Message` level, for example to get the `javax.activation.DataHandler` instance of the attachment, you can do as shown below: