Skip to content

Commit 69d99bc

Browse files
committed
-or
1 parent a490440 commit 69d99bc

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/developing-with-wrangler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default {
113113

114114
Update the `wrangler.toml` file for dispatch-worker and add the dispatch namespace binding:
115115

116-
import { WranglerConfig } from "~/components";
116+
117117

118118
<WranglerConfig>
119119

src/content/docs/durable-objects/get-started/tutorial-with-sql-api.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@ import { WranglerConfig } from "~/components";
205205
[[durable_objects.bindings]]
206206
name = "MY_DURABLE_OBJECT"
207207
class_name = "MyDurableObject"
208-
209-
# or
210-
211-
[durable_objects]
212-
bindings = [
213-
{ name = "MY_DURABLE_OBJECT", class_name = "MyDurableObject" }
214-
]
215208
```
216209

217210
</WranglerConfig>

src/content/docs/durable-objects/get-started/walkthrough.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,6 @@ import { WranglerConfig } from "~/components";
184184
[[durable_objects.bindings]]
185185
name = "MY_DURABLE_OBJECT"
186186
class_name = "MyDurableObject"
187-
188-
# or
189-
190-
[durable_objects]
191-
bindings = [
192-
{ name = "MY_DURABLE_OBJECT", class_name = "MyDurableObject" }
193-
]
194187
```
195188

196189
</WranglerConfig>

0 commit comments

Comments
 (0)