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 a7b0efae1db Fix typo in AWS SQS docs (#7913)
a7b0efae1db is described below
commit a7b0efae1db0890481832b3c8d49d50e63824052
Author: Lucia Drozdová <[email protected]>
AuthorDate: Tue Jun 28 12:26:48 2022 +0200
Fix typo in AWS SQS docs (#7913)
---
.../camel-aws/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc | 2 --
1 file changed, 2 deletions(-)
diff --git
a/components/camel-aws/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc
b/components/camel-aws/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc
index b9f0e330d7e..9a5b074cd70 100644
--- a/components/camel-aws/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc
+++ b/components/camel-aws/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc
@@ -161,8 +161,6 @@ instruct Camel to send the DeleteMessage, if being filtered.
== Send Message
-You can set a `SendMessageBatchRequest` or an `Iterable`
-
------------------------------------------------------------------------------------------------------
from("direct:start")
.setBody(constant("Camel rocks!"))