You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/28 14:54:25 UTC

[camel] branch main updated: Typo

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a41323c  Typo
a41323c is described below

commit a41323c4d17af14db2e3cdebfa986a252de2c0eb
Author: Claus Ibsen <cl...@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: