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 86842afe186 Polished
86842afe186 is described below

commit 86842afe186677551b71d090a43a1054b894a12f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Apr 4 19:58:23 2024 +0200

    Polished
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
index 54c545b4d6a..b3caaad7ae7 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
@@ -96,7 +96,7 @@ Routes startup (total:2)
 Started demo (rest://post:%7B%7Bapp.mypath%7D%7D)
 ----
 
-The placeholder is now resolved eagerly and you will see _nicer_ startup logs 
such as:
+The placeholder is now resolved eagerly, and you will see _nicer_ startup logs 
such as:
 
 [source,text]
 ----
@@ -139,7 +139,7 @@ Camel release versions to ensure the BOM is always correct.
 
 === camel-main
 
-The options `camel.main.backlogTracing`, `"camel.main.backlogTracingStandby`, 
and `camel.main.backlogTracingTemplates` has been
+The options `camel.main.backlogTracing`, `camel.main.backlogTracingStandby`, 
and `camel.main.backlogTracingTemplates` has been
 moved into a new group `camel.debug` with more options to configure the 
backlog tracer.
 
 To enable backlog tracing you should now set `camel.trace.enabled=true` 
instead of `camel.main.backlogTracing=true`.

Reply via email to