Skip to content

Commit 1d0db3e

Browse files
committed
Specifying what the changes are.
1 parent b4dd1a9 commit 1d0db3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ At a minimum, the `name`, `main` and `compatibility_date` keys are required to d
183183
- Configures static assets that will be served. Refer to [Assets](/workers/static-assets/binding/) for more details.
184184

185185
* `migrations` <Type text="object"/> <MetaInfo text="optional"/>
186-
- Maps a Durable Object from a class name to a runtime state. This communicates the changes to the Workers runtime and provides the runtime with instructions on how to deal with those changes. Refer to [Durable Objects migrations](/durable-objects/reference/durable-objects-migrations/#durable-object-migrations-in-wranglertoml).
186+
- Maps a Durable Object from a class name to a runtime state. This communicates changes to the Durable Object (creation / deletion / rename / transfer) to the Workers runtime and provides the runtime with instructions on how to deal with those changes. Refer to [Durable Objects migrations](/durable-objects/reference/durable-objects-migrations/#durable-object-migrations-in-wranglertoml).
187187

188188
## Non-inheritable keys
189189

0 commit comments

Comments
 (0)