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

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

commit 5adc2c53e60f865015e482dfeaf73d3218691574
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Mon Feb 19 17:07:50 2024 +0100

    CAMEL-20410: documentation fixes for camel-ironmq
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
---
 components/camel-ironmq/src/main/docs/ironmq-component.adoc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/camel-ironmq/src/main/docs/ironmq-component.adoc 
b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
index 42fb5031fe5..78775896f4a 100644
--- a/components/camel-ironmq/src/main/docs/ironmq-component.adoc
+++ b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
@@ -20,7 +20,7 @@ The component uses the
 https://github.com/iron-io/iron_mq_java[IronMQ java client]
 library.
 
-To run it requires a IronMQ account, and a project id and token.
+To run it requires an IronMQ account and a project id and token.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
@@ -40,7 +40,7 @@ for this component:
 -----------------------------
  ironmq:queueName[?options]
 -----------------------------
-Where **queueName** identifies the IronMQ queue you want to publish or consume 
messages from.
+Where `queueName` identifies the IronMQ queue you want to publish or consume 
messages from.
 
 
 // component-configure options: START
@@ -61,11 +61,12 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Message Body
 
-Should be either a String or a array of Strings. In the latter case the batch 
of strings will be sent to IronMQ as one request, creating one message pr. 
element in the array.
+It should be either a String or an array of Strings.
+In the latter case, the batch of strings will be sent to IronMQ as one 
request, creating one message per element in the array.
 
 == Consumer example
 
-Consume 50 messages pr. poll from the queue 'testqueue' on aws eu, and save 
the messages to files.
+Consume 50 messages per poll from the queue `testqueue` on aws eu, and save 
the messages to files.
 
 [source,java]
 --------------------------------------------------

Reply via email to