Skip to content

Commit e6f165c

Browse files
committed
Wording restructure.
1 parent 8658009 commit e6f165c

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
@@ -106,7 +106,7 @@ export class AlarmExample extends DurableObject {
106106
}
107107
```
108108

109-
The following example shows how the `alarmInfo` property can be leveraged to identify if the alarm event has been attempted before.
109+
The following example shows how to use the `alarmInfo` property to identify if the alarm event has been attempted before.
110110

111111
```js
112112
class MyDurableObject extends DurableObject {

0 commit comments

Comments
 (0)