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 bc1f974  Fix another typo 'EndpointInject'
bc1f974 is described below

commit bc1f97479b5a83808ac987cce9abb891dff9da16
Author: Kevin Dubois <kevin.dub...@redhat.com>
AuthorDate: Thu May 27 15:02:56 2021 +0200

    Fix another typo 'EndpointInject'
---
 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 1b55407..c3d1554 100644
--- a/docs/modules/ROOT/pages/user-guide/cdi.adoc
+++ b/docs/modules/ROOT/pages/user-guide/cdi.adoc
@@ -65,7 +65,7 @@ public static class MyBean {
 }
 ----
 
-== `@EndpoinInject` and `@Produce`
+== `@EndpointInject` and `@Produce`
 
 If you are used to `@org.apache.camel.EndpointInject` and 
`@org.apache.camel.Produce` from
 xref:latest@manual::pojo-producing.adoc[plain Camel] or from Camel on 
SpringBoot, you can continue using them on Quarkus too.

Reply via email to