This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new c8ef3fd  Fix typo in EndpointInject title
c8ef3fd is described below

commit c8ef3fda7d85684c338f05bae9a8cad0409251c1
Author: Kevin Dubois <[email protected]>
AuthorDate: Thu May 27 14:55:05 2021 +0200

    Fix typo in EndpointInject title
---
 docs/modules/ROOT/pages/user-guide/cdi.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/cdi.adoc 
b/docs/modules/ROOT/pages/user-guide/cdi.adoc
index 3da65c6..1b55407 100644
--- a/docs/modules/ROOT/pages/user-guide/cdi.adoc
+++ b/docs/modules/ROOT/pages/user-guide/cdi.adoc
@@ -106,7 +106,7 @@ You can use any other Camel producer endpoint URI instead 
of `direct:myDirect*`.
 
 [WARNING]
 ====
-`@EndpoinInject` and `@Produce` are not supported on setter methods
+`@EndpointInject` and `@Produce` are not supported on setter methods
 - see https://github.com/apache/camel-quarkus/issues/2579[#2579]
 ====
 

Reply via email to