We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8658009 commit e6f165cCopy full SHA for e6f165c
src/content/docs/durable-objects/api/alarms.mdx
@@ -106,7 +106,7 @@ export class AlarmExample extends DurableObject {
106
}
107
```
108
109
-The following example shows how the `alarmInfo` property can be leveraged to identify if the alarm event has been attempted before.
+The following example shows how to use the `alarmInfo` property to identify if the alarm event has been attempted before.
110
111
```js
112
class MyDurableObject extends DurableObject {
0 commit comments