Skip to content

Commit 26eedea

Browse files
authored
chore: Fix code formatting in destination docs (#2133)
* fix * lint
1 parent 096db3e commit 26eedea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs-js/features/connectivity/destination.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ This configures HTTPS requests to automatically check for the `CF_INSTANCE_CERT`
170170

171171
The caching of mTLS certificates is disabled by default, but can be enabled by adding the `useMtlsCache` option:
172172

173-
````
173+
```ts
174174
const options: RegisterDestinationOptions = {
175175
inferMtls: true,
176176
useMtlsCache: true
177177
};
178-
178+
```
179179

180180
Certificates are then cached for the entire validity time of the certificate.
181181
Since in Cloud Foundry each deployment has their own mTLS certificate, the cache is shared among all tenants of a deployment.
@@ -219,7 +219,7 @@ Additionally, if the service binding follows the structure, we provide a transfo
219219
]
220220
}
221221
}
222-
````
222+
```
223223

224224
The following example shows how to retrieve an `OAuth2ClientCredentials` destination from a service binding with retrieved JWT from the incoming request, and a custom URL:
225225

0 commit comments

Comments
 (0)