You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/10 09:50:32 UTC

(camel) branch main updated: Update how-do-i-configure-endpoints.adoc (#12738)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 16f4db2b0e3 Update how-do-i-configure-endpoints.adoc (#12738)
16f4db2b0e3 is described below

commit 16f4db2b0e38cd9926b57f6cfd6db6375e203c0f
Author: Ricardo M <lo...@gmail.com>
AuthorDate: Wed Jan 10 10:50:25 2024 +0100

    Update how-do-i-configure-endpoints.adoc (#12738)
---
 docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc b/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
index 2d244e178b7..da44e99e9bb 100644
--- a/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
+++ b/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
@@ -82,7 +82,7 @@ When configuring endpoints using URI syntax you can now refer to bean by its cla
 using the `#class:fullyQualifiedName` notation.
 
 If the parameter value starts with a `#class:` sign then Camel will load the
-class with the given name, and create an instanace of the bean using its _no-arg_ constructor:
+class with the given name, and create an instance of the bean using its _no-arg_ constructor:
 
 [source,text]
 ----