Skip to content

Commit d21b9fb

Browse files
Oxyjunjustin-mp
andauthored
Update src/content/docs/durable-objects/api/alarms.mdx
Co-authored-by: justin-mp <[email protected]>
1 parent 9503ffe commit d21b9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Alarms can be used to build distributed primitives, like queues or batching of w
3939

4040
- <code>getAlarm()</code>: <Type text ='number | null' />
4141

42-
- If there is an alarm set, then return the currently set alarm time in number of milliseconds elapsed since the UNIX epoch. Otherwise, return `null`.
42+
- If there is an alarm set, then return the currently set alarm time as the number of milliseconds elapsed since the UNIX epoch. Otherwise, return `null`.
4343

4444
### setAlarm
4545

0 commit comments

Comments
 (0)