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 c92c7652dd1b4deef166f7c331da2066d302611e Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 15:53:48 2024 +0100 CAMEL-20410: documentation fixes for camel-plc4x - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- components/camel-plc4x/src/main/docs/plc4x-component.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/camel-plc4x/src/main/docs/plc4x-component.adoc b/components/camel-plc4x/src/main/docs/plc4x-component.adoc index 8366b592a4f..2512f80f44a 100644 --- a/components/camel-plc4x/src/main/docs/plc4x-component.adoc +++ b/components/camel-plc4x/src/main/docs/plc4x-component.adoc @@ -24,8 +24,7 @@ plc4x://driver[?options] The bucket will be created if it doesn't already exist. -You can append query options to the URI in the following format, -?options=value&option2=value&... +You can append query options to the URI in the following format: `?options=value&option2=value&...`. // component-configure options: START @@ -48,7 +47,7 @@ include::partial$component-endpoint-headers.adoc[] == Dependencies -Maven users will need to add the following dependency to their pom.xml. +Maven users will need to add the following dependency to their `pom.xml`. *pom.xml* @@ -76,7 +75,7 @@ read from the PLC. == Polling Consumer -The polling consumer supports consecutive reading. The input and output is the same as for the regular consumer. +The polling consumer supports consecutive reading. The input and output are the same as for the regular consumer. == Producer
