Skip to content

Commit f754769

Browse files
committed
Fixing too many backticks on Wrangler snippets
1 parent 940a08b commit f754769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/durable-objects/reference/durable-objects-migrations.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class_name = "DurableObjectAClass"
7676
tag = "v1"
7777
new_sqlite_classes = ["DurableObjectAClass"]
7878

79-
````
79+
```
8080
</WranglerConfig>
8181

8282
</Details>
@@ -97,7 +97,7 @@ Use `new_classes` on the migration in your Worker's Wrangler file to create a Du
9797
[[migrations]]
9898
tag = "v1" # Should be unique for each entry
9999
new_classes = ["MyDurableObject"] # Array of new classes
100-
````
100+
```
101101

102102
</WranglerConfig>
103103

@@ -147,7 +147,7 @@ To delete a Durable Object binding `DEPRECATED_OBJECT`, your `wrangler.toml / wr
147147
tag = "v3" # Should be unique for each entry
148148
deleted_classes = ["DeprecatedObjectClass"] # Array of deleted classes
149149

150-
````
150+
```
151151
</WranglerConfig>
152152
</Details>
153153

@@ -197,7 +197,7 @@ class_name = "UpdatedName"
197197
[[migrations]]
198198
tag = "v3"
199199
renamed_classes = [{from = "OldName", to = "UpdatedName" }] # Array of rename directives
200-
````
200+
```
201201

202202
</WranglerConfig>
203203

0 commit comments

Comments
 (0)