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 7c56387a0f6 camel-kamelet-main: Fix typo in docs for
camel.main.jmxUpdateRouteEnabled config (#13979)
7c56387a0f6 is described below
commit 7c56387a0f607f374572db6480776bcfb878afed
Author: James Netherton <[email protected]>
AuthorDate: Mon Apr 29 15:36:47 2024 +0100
camel-kamelet-main: Fix typo in docs for camel.main.jmxUpdateRouteEnabled
config (#13979)
---
dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
b/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
index 2caa3ec9d9f..f10904609b9 100644
--- a/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
+++ b/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
@@ -23,7 +23,7 @@ The `KameletMain` is pre-configured with the following
properties:
camel.component.kamelet.location =
classpath:/kamelets,github:apache:camel-kamelets/kamelets
camel.component.rest.consumerComponentName = platform-http
camel.component.rest.producerComponentName = vertx-http
-came.main.jmxUpdateRouteEnabled = true
+camel.main.jmxUpdateRouteEnabled = true
----
These settings can be overridden by configuration in `application.properties`.