File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/content/docs/durable-objects/reference Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ To apply a Delete migration:
128128 - The array ` deleted_classes ` , which contains the deleted Durable Object classes.
129129
1301304 . Deploy the Worker.
131- </Steps >
131+
132+ </Steps >
132133
133134<Details header = " Delete migration example" >
134135To delete a Durable Object binding ` DEPRECATED_OBJECT ` , your ` wrangler.toml / wrangler.json ` file should look like the following:
@@ -176,6 +177,7 @@ To apply a Rename migration:
176177 - ` to ` property is the renamed Durable Object class name.
1771782 . Reference the new Durable Object class name in your Worker code.
1781793 . Deploy the Worker.
180+
179181</Steps >
180182
181183<Details header = " Rename migration example" >
@@ -235,7 +237,8 @@ To apply a Transfer migration:
235237
2362382 . Ensure you reference the name of the new, destination Durable Object class in your Worker code.
2372393 . Deploy the Worker.
238- </Steps >
240+
241+ </Steps >
239242
240243<Details header = " Transfer migration example" >
241244
You can’t perform that action at this time.
0 commit comments