Skip to content

Commit 4e957cf

Browse files
Apply suggestions from code review
Co-authored-by: Deeksha Sinha <[email protected]>
1 parent 12beff9 commit 4e957cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-js/features/connectivity/destination.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The SAP Cloud SDK provides a default implementation for the transformation of se
200200

201201
The default implementation also retrieves a service token, if needed.
202202

203-
Additionally, we provide a default implementation for the transformation of service bindings to OAuth2ClientCredentials destinations.
203+
Additionally, we provide a function to transform service bindings into OAuth2ClientCredentials destinations, assuming the service binding follows the structure outlined below:
204204

205205
It assumes that your service binding is of the following structure:
206206

@@ -223,7 +223,7 @@ It assumes that your service binding is of the following structure:
223223
}
224224
```
225225

226-
If your service URL is not in the `url` property, you can alternatively provide a `url` property as part of the `options` object.
226+
If the service URL is not specified in the `url` property, it can alternatively be provided as part of the `options` parameter.
227227

228228
The following is a multi-tenant example, where the user's JWT is used for tenant-isolation in the cache together with a custom URL as target.
229229

0 commit comments

Comments
 (0)