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 5dcc60228cc84c718ca4ce55ff0f3f971b3a657b Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 13:48:28 2024 +0100 CAMEL-20410: documentation fixes for camel-microprofile-fault-tolerance - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- .../src/main/docs/microprofile-fault-tolerance.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/docs/microprofile-fault-tolerance.adoc b/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/docs/microprofile-fault-tolerance.adoc index aa62df4709d..74f30ae9028 100644 --- a/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/docs/microprofile-fault-tolerance.adoc +++ b/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/docs/microprofile-fault-tolerance.adoc @@ -11,7 +11,7 @@ This component supports the Circuit Breaker EIP with the MicroProfile Fault Tolerance library. -For more details see the xref:eips:circuitBreaker-eip.adoc[Circuit Breaker EIP] documentation. +For more details, see the xref:eips:circuitBreaker-eip.adoc[Circuit Breaker EIP] documentation. Maven users will need to add the following dependency to their `pom.xml` for this component:
