From 84c9aaa61e552f6237d187aab42b86cac1087fab Mon Sep 17 00:00:00 2001 From: Sajinie Kavindya Date: Fri, 3 Nov 2023 14:52:00 +0530 Subject: [PATCH] Update docs/config.md Co-authored-by: Dinithi Navodya Dias <33226735+DinithiDiaz@users.noreply.github.com> --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 54fbad7..ba8cbee 100644 --- a/docs/config.md +++ b/docs/config.md @@ -61,7 +61,7 @@ Before you start configuring the connector, import the Salesforce certificate to ``` 4. Restart the server and deploy the Salesforce configuration. In this case, you can define the registry path where you can store the variables, then use the init operation with defining registry path to configure the Salesforce REST connector. -In this connector we have two flow to get the accessToken. First one is the [Web Server OAuth Authentication Flow](#init) and the other one is [Username-Password OAuth Authentication Flow](#). +In this connector, we have two flows to get the accessToken. The first one is the [Web Server OAuth Authentication Flow](#init) and the other one is [Username-Password OAuth Authentication Flow](#). ## Salesforce REST 2.0.0 Connector Connection Configuration