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 00fb97a612511de07715c16b57ac17f261f20b1c Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Feb 22 10:50:03 2024 +0100 CAMEL-20410: documentation fixes for camel-threadpoolfactory-vertx - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- .../src/main/docs/threadpoolfactory-vertx.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-threadpoolfactory-vertx/src/main/docs/threadpoolfactory-vertx.adoc b/components/camel-threadpoolfactory-vertx/src/main/docs/threadpoolfactory-vertx.adoc index 090558e0482..7db87421841 100644 --- a/components/camel-threadpoolfactory-vertx/src/main/docs/threadpoolfactory-vertx.adoc +++ b/components/camel-threadpoolfactory-vertx/src/main/docs/threadpoolfactory-vertx.adoc @@ -18,7 +18,7 @@ You can plug in different engines via an SPI interface. This is a VertX based pl == Restrictions This implementation has been designed to use VertX worker threads for EIPs where concurrency has been enabled (using default settings). -However, this is limited to only apply when the EIP are not configured with a specific thread pool. For example the first example +However, this is limited to only apply when the EIP is not configured with a specific thread pool. For example, the first example below will use VertX worker threads, and the 2nd below will not: [source,java]
