Skip to content

Commit 63e76c7

Browse files
joshthowardOxyjun
andauthored
Update src/content/docs/durable-objects/api/alarms.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 90299bc commit 63e76c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/docs/durable-objects/api/alarms.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ Alarms can be used to build distributed primitives, like queues or batching of w
3737

3838
### `setAlarm`
3939

40-
- <code>
41-
{" "}
42-
setAlarm(scheduledTimeMs <Type text="number" />)
43-
</code>
40+
- <code>{" "}setAlarm(scheduledTimeMs <Type text="number" />)</code>
4441
: <Type text="void" />
4542

4643
- Set the time for the alarm to run. Specify the time as the number of milliseconds elapsed since the UNIX epoch.

0 commit comments

Comments
 (0)