Skip to content

Commit cde753b

Browse files
Oxyjunpedrosousa
andauthored
Update src/content/docs/durable-objects/platform/known-issues.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 5cf1ca4 commit cde753b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/platform/known-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Workers editor in the [Cloudflare dashboard](https://dash.cloudflare.com/) a
3232

3333
[`wrangler dev`](/workers/wrangler/commands/#dev) has read access to Durable Object storage, but writes will be kept in memory and will not affect persistent data. However, if you specify the `script_name` explicitly in the [Durable Object binding](/workers/runtime-apis/bindings/), then writes will affect persistent data. Wrangler will emit a warning in that case.
3434

35-
## Alarms in local Development
35+
## Alarms in local development
3636

3737
Currently, when developing locally (using `npx wrangler dev`), Durable Object [alarm methods](/durable-objects/api/alarms) may fail after a hot reload (if you edit the code while the code is running locally).
3838

0 commit comments

Comments
 (0)