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 bea198e448838933a01d9d81b9057dc9cf88e712
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Mon Feb 19 12:41:28 2024 +0100

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

diff --git a/components/camel-debug/src/main/docs/debug.adoc 
b/components/camel-debug/src/main/docs/debug.adoc
index 41a3aaa1607..7f2c1cf2487 100644
--- a/components/camel-debug/src/main/docs/debug.adoc
+++ b/components/camel-debug/src/main/docs/debug.adoc
@@ -11,10 +11,13 @@
 
 *Since Camel {since}*
 
-The camel-debug enables Camel debugger for 3rd party tooling.
+The camel-debug enables Camel debugger for third party tooling.
 This makes it easier to perform debugging in IDEs such as IDEA, Eclipse, VSCode
 
-IMPORTANT: The camel-debug is only for development purposes, it should **not** 
be used for production.
+[IMPORTANT]
+====
+The camel-debug is only for development purposes, it should **not** be used 
for production.
+====
 
 == Auto-detection from classpath
 
@@ -28,9 +31,8 @@ Detected: camel-debug JAR (Enabling Camel Debugging)
 
 == JMX remote connection
 
-To make it possible for 3rd party tooling to connect to the running Camel 
application,
-and to perform debugging actions, then Camel will expose a JMX RMI connector 
port,
-that the tools can use to connect via that allows JMX remote management.
+Camel will expose a JMX RMI connector port that the tools can use to connect 
via that allows JMX remote management.
+This is necessary to make it possible for third party tooling to connect to 
the running Camel application, and to perform debugging actions.
 
 The service URL to connect is:
 

Reply via email to