Skip to content

Commit ee708e0

Browse files
fix small formatting inconsistencies in remote bindings config snippets
1 parent 842c155 commit ee708e0

File tree

1 file changed

+11
-13
lines changed
  • src/content/docs/workers/development-testing

1 file changed

+11
-13
lines changed

src/content/docs/workers/development-testing/index.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,8 @@ To verify that the certificate exchange and validation process work as expected.
240240
"binding": "MY_CLIENT_CERT_FETCHER",
241241
"certificate_id": "<YOUR_UPLOADED_CERT_ID>",
242242
"experimental_remote": true
243-
244-
}
245-
]
246-
243+
}
244+
]
247245
}
248246

249247
```
@@ -256,10 +254,10 @@ To connect to a high-fidelity version of the Images API, and verify that all tra
256254
<WranglerConfig>
257255
```jsonc title="wrangler.jsonc"
258256
{
259-
"images": {
260-
"binding": "IMAGES" ,
257+
"images": {
258+
"binding": "IMAGES" ,
261259
"experimental_remote": true
262-
}
260+
}
263261
}
264262
```
265263

@@ -278,13 +276,13 @@ Workers for Platforms users can configure `experimental_remote: true` in dispatc
278276
<WranglerConfig>
279277
```jsonc title="wrangler.jsonc"
280278
{
281-
"dispatch_namespaces": [
282-
{
283-
"binding": "DISPATCH_NAMESPACE",
284-
"namespace": "testing",
285-
"experimental_remote":true
279+
"dispatch_namespaces": [
280+
{
281+
"binding": "DISPATCH_NAMESPACE",
282+
"namespace": "testing",
283+
"experimental_remote":true
286284
}
287-
]
285+
]
288286
}
289287
```
290288
</WranglerConfig>

0 commit comments

Comments
 (0)