Skip to content

Commit 0e1712e

Browse files
committed
fix 3
1 parent fb87043 commit 0e1712e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ To apply a Delete migration:
128128
- The array `deleted_classes`, which contains the deleted Durable Object classes.
129129

130130
4. Deploy the Worker.
131-
</Steps>
131+
132+
</Steps>
132133

133134
<Details header = "Delete migration example">
134135
To 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.
177178
2. Reference the new Durable Object class name in your Worker code.
178179
3. Deploy the Worker.
180+
179181
</Steps>
180182

181183
<Details header = "Rename migration example">
@@ -235,7 +237,8 @@ To apply a Transfer migration:
235237

236238
2. Ensure you reference the name of the new, destination Durable Object class in your Worker code.
237239
3. Deploy the Worker.
238-
</Steps>
240+
241+
</Steps>
239242

240243
<Details header = "Transfer migration example">
241244

0 commit comments

Comments
 (0)