From 1328da735d2b06c7647143bc2a28da234767f08e Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Sun, 27 Oct 2024 17:02:44 +0100 Subject: [PATCH] Fix formatting on DO API alarms page --- src/content/docs/durable-objects/api/alarms.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/content/docs/durable-objects/api/alarms.mdx b/src/content/docs/durable-objects/api/alarms.mdx index db3a94f565ec928..5cf115520ad736f 100644 --- a/src/content/docs/durable-objects/api/alarms.mdx +++ b/src/content/docs/durable-objects/api/alarms.mdx @@ -37,11 +37,7 @@ Alarms can be used to build distributed primitives, like queues or batching of w ### setAlarm -- - {" "} - setAlarm(scheduledTimeMs ) - - : +- setAlarm(scheduledTimeMs ): - Set the time for the alarm to run. Specify the time as the number of milliseconds elapsed since the UNIX epoch.