Skip to content

Commit 8525d23

Browse files
fix small formatting inconsistencies in remote bindings config snippets
1 parent 32f67d4 commit 8525d23

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
@@ -241,10 +241,8 @@ To verify that the certificate exchange and validation process work as expected.
241241
"binding": "MY_CLIENT_CERT_FETCHER",
242242
"certificate_id": "<YOUR_UPLOADED_CERT_ID>",
243243
"experimental_remote": true
244-
245-
}
246-
]
247-
244+
}
245+
]
248246
}
249247

250248
```
@@ -257,10 +255,10 @@ To connect to a high-fidelity version of the Images API, and verify that all tra
257255
<WranglerConfig>
258256
```jsonc title="wrangler.jsonc"
259257
{
260-
"images": {
261-
"binding": "IMAGES" ,
258+
"images": {
259+
"binding": "IMAGES" ,
262260
"experimental_remote": true
263-
}
261+
}
264262
}
265263
```
266264

@@ -281,13 +279,13 @@ Workers for Platforms users can configure `experimental_remote: true` in dispatc
281279
<WranglerConfig>
282280
```jsonc title="wrangler.jsonc"
283281
{
284-
"dispatch_namespaces": [
285-
{
286-
"binding": "DISPATCH_NAMESPACE",
287-
"namespace": "testing",
288-
"experimental_remote":true
282+
"dispatch_namespaces": [
283+
{
284+
"binding": "DISPATCH_NAMESPACE",
285+
"namespace": "testing",
286+
"experimental_remote":true
289287
}
290-
]
288+
]
291289
}
292290
```
293291
</WranglerConfig>

0 commit comments

Comments
 (0)