Skip to content

Commit 600e3c7

Browse files
author
tomfrenken
committed
vale
1 parent b0d5fed commit 600e3c7

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
@@ -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
231231
const serviceBinding = getServiceBinding('custom-service');

0 commit comments

Comments
 (0)