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 3127af83ed163f621a0908ff6f7363a0fbd3a1cc
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 11:48:11 2024 +0100

    CAMEL-20410: documentation fixes for camel-bonita
    
    - Fixed samples
    - Converted to use tabs
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 components/camel-bonita/src/main/docs/bonita-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-bonita/src/main/docs/bonita-component.adoc 
b/components/camel-bonita/src/main/docs/bonita-component.adoc
index b79c71618f1..1d79e45b222 100644
--- a/components/camel-bonita/src/main/docs/bonita-component.adoc
+++ b/components/camel-bonita/src/main/docs/bonita-component.adoc
@@ -50,7 +50,7 @@ The following example starts a new case in Bonita:
 
 [source,java]
 ----------------------------------------------------------------------
-from("direct:start").to("bonita:startCase?hostname=localhost&amp;port=8080&amp;processName=TestProcess&amp;username=install&amp;password=install")
+from("direct:start").to("bonita:startCase?hostname=localhost&amp;port=8080&amp;processName=TestProcess&amp;username=install&amp;password=install");
 ----------------------------------------------------------------------
 
 == Dependencies
@@ -58,11 +58,11 @@ 
from("direct:start").to("bonita:startCase?hostname=localhost&amp;port=8080&amp;p
 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 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).
 
-[source,java]
+[source,xml]
 -------------------------------------
 <dependency>
   <groupId>org.apache.camel</groupId>

Reply via email to