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 2022/06/10 04:16:57 UTC

[camel] branch main updated: Typos

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 5d715dc5931 Typos
5d715dc5931 is described below

commit 5d715dc593153bc8bc87582515e2584228d8a948
Author: Adriano Machado <unknown>
AuthorDate: Thu Jun 9 22:00:03 2022 -0400

    Typos
---
 components/camel-slack/src/main/docs/slack-component.adoc              | 2 +-
 docs/user-manual/modules/ROOT/pages/parameter-binding-annotations.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-slack/src/main/docs/slack-component.adoc b/components/camel-slack/src/main/docs/slack-component.adoc
index d75e42d3c67..e2cc64fd68d 100644
--- a/components/camel-slack/src/main/docs/slack-component.adoc
+++ b/components/camel-slack/src/main/docs/slack-component.adoc
@@ -62,7 +62,7 @@ include::partial$component-endpoint-options.adoc[]
 // endpoint options: END
 
 
-== Configuring in Sprint XML
+== Configuring in Spring XML
 
 The SlackComponent with XML must be configured as a Spring or Blueprint
 bean that contains the incoming webhook url or the app token for the integration as a
diff --git a/docs/user-manual/modules/ROOT/pages/parameter-binding-annotations.adoc b/docs/user-manual/modules/ROOT/pages/parameter-binding-annotations.adoc
index e2f5e5c812c..03861ef0ad2 100644
--- a/docs/user-manual/modules/ROOT/pages/parameter-binding-annotations.adoc
+++ b/docs/user-manual/modules/ROOT/pages/parameter-binding-annotations.adoc
@@ -231,7 +231,7 @@ public class MySimpleIdGenerator {
 
 And finally we just need to remember to have our bean registered in the xref:registry.adoc[Registry]:
 
-For example in Sprint XML:
+For example in Spring XML:
 
 [source,xml]
 ----