Skip to content

Commit bb0d053

Browse files
committed
Update order and lint files
1 parent 2c328af commit bb0d053

File tree

2 files changed

+140
-92
lines changed

2 files changed

+140
-92
lines changed

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

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

3838
### `setAlarm`
3939

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

4346
- 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)