Skip to content

Commit 2e31c06

Browse files
Oxyjunpedrosousa
andauthored
Update src/content/docs/durable-objects/api/sql-storage.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent bfd4e94 commit 2e31c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/api/sql-storage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ The PITR API represents points in times using "bookmarks". A bookmark is a mostl
131131

132132
<code>ctx.storage.onNextSessionRestoreBookmark(bookmark: <Type text='string'/>)</code>: <Type text='Promise<string>' />
133133

134-
* Configure the Durable Object so that the next time it restarts, it should restore its storage to exactly match what the storage contained at the given bookmark. After calling this, the application should typically invoke `ctx.abort()` to restart the Durable Object, thus completing the point-in-time recovery.
134+
* Configure the Durable Object so that the next time it restarts, it should restore its storage to exactly match what the storage contained at the given bookmark. After calling this method, the application should typically invoke `ctx.abort()` to restart the Durable Object, thus completing the point-in-time recovery.
135135

136-
This method returns a special bookmark representing the point in time immediately before the recovery takes place (even though that point in time is still technically in the future). Thus, after the recovery completes, it can be undone by performing a second recovery to this bookmark.
136+
This method returns a special bookmark representing the point in time immediately before the recovery takes place (even though that point in time is still technically in the future). Thus, after the recovery completes, it can be undone by performing a second recovery to this bookmark.
137137

138138

139139
```ts

0 commit comments

Comments
 (0)