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 2019/02/27 09:50:41 UTC

[camel] branch master updated: Update salesforce-component.adoc (#2799)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca87a51  Update salesforce-component.adoc (#2799)
ca87a51 is described below

commit ca87a519d35345a629452cd184525309f5c43046
Author: khantzen <ke...@gmail.com>
AuthorDate: Wed Feb 27 10:50:35 2019 +0100

    Update salesforce-component.adoc (#2799)
    
    misspell correction
---
 .../camel-salesforce-component/src/main/docs/salesforce-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index d6da4f8..8cbed93 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -65,7 +65,7 @@ When used as a consumer, receiving streaming events, the URI scheme is:
 salesforce:topic?options
 ----
 
-When used as a producer, invoking the Salesforce RSET APIs, the URI
+When used as a producer, invoking the Salesforce REST APIs, the URI
 scheme is:
 
 [source,java]