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 13005a81e40f9c78c36a2670e35790253db13126
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Feb 16 13:36:20 2024 +0100

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

diff --git a/components/camel-bonita/src/main/docs/bonita-component.adoc 
b/components/camel-bonita/src/main/docs/bonita-component.adoc
index 3ce11dcfdea..b79c71618f1 100644
--- a/components/camel-bonita/src/main/docs/bonita-component.adoc
+++ b/components/camel-bonita/src/main/docs/bonita-component.adoc
@@ -40,12 +40,13 @@ include::partial$component-endpoint-options.adoc[]
 
 == Body content
 
-For the startCase operation, the input variables are retrieved from the body 
message. This one has to contains a Map<String,Serializable>.
+For the startCase operation, the input variables are retrieved from the body 
message.
+This one has to contain a `Map<String,Serializable>`.
 
 
 == Examples
 
-The following example start a new case in Bonita:
+The following example starts a new case in Bonita:
 
 [source,java]
 ----------------------------------------------------------------------
@@ -54,10 +55,10 @@ 
from("direct:start").to("bonita:startCase?hostname=localhost&amp;port=8080&amp;p
 
 == Dependencies
 
-To use Bonita in your Camel routes you need to add a dependency on
+To use Bonita in your Camel routes, you need to add a dependency on
 *camel-bonita*, which implements the component.
 
-If you use Maven you can just add the following to your pom.xml,
+If you use Maven, you can just add the following to your pom.xml,
 substituting the version number for the latest and greatest release (see
 the download page for the latest versions).
 

Reply via email to