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 b72c6505350e71c7816a20905e7faae26002a807 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 13:47:08 2024 +0100 CAMEL-20410: documentation fixes for camel-microprofile-config - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- .../src/main/docs/microprofile-config.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc b/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc index 922c3018af0..a73ac4fc743 100644 --- a/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc +++ b/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc @@ -9,14 +9,15 @@ *Since Camel {since}* -The microprofile-config component is used for bridging the Eclipse MicroProfile Config with Camels -properties component. This allows to use configuration management from Eclipse MicroProfile with Camel. +The microprofile-config component is used for bridging the Eclipse MicroProfile Config with the +xref:properties-component.adoc[Properties Component]. +This allows using configuration management from Eclipse MicroProfile with Camel. -To enable this just add this component to the classpath and Camel should auto-detect this when starting up. +To enable this, add this component to the classpath and Camel should auto-detect this when starting up. == Register manually -You can also register the microprofile-config component manually with Apache Camel properties component as shown below: +You can also register the microprofile-config component manually with the Apache Camel Properties Component as shown below: [source,java] ----
