File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs-js/features/connectivity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,9 @@ 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 your service URL is not in the ` url ` property, you can alternatively provide a ` url ` property as part of the ` options ` object.
227227
228- 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.
228+ 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
230230``` ts
231231const serviceBinding = getServiceBinding (' custom-service' );
You can’t perform that action at this time.
0 commit comments