You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by je...@apache.org on 2021/12/16 23:37:55 UTC

[camel] branch main updated: fix untested adoc edits (#6550)

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

jeremyross 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 00fae34  fix untested adoc edits (#6550)
00fae34 is described below

commit 00fae34bc56ad46f46e736e1d01a9d7716f34964
Author: djencks <dj...@apache.org>
AuthorDate: Thu Dec 16 15:37:13 2021 -0800

    fix untested adoc edits (#6550)
---
 .../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 94c3911..493e785 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
@@ -421,7 +421,7 @@ salesforce:apexCall[/yourApexRestUrl][?options]
 ----
 
 You can supply the apexUrl either in the endpoint (see above), or as the `apexUrl` option as listed in the table below.
-In either case the Apex URL can contain placeholders in the format of `{headerName}`. E.g., for the Apex URL `MyApexClass/{id}`,
+In either case the Apex URL can contain placeholders in the format of `\{headerName}`. E.g., for the Apex URL `MyApexClass/\{id}`,
 the value of the header named `id` will be used to replace the placeholder.
 
 |===