Skip to content

Commit b92f7c8

Browse files
Update src/content/docs/durable-objects/api/id.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 0c41e9b commit b92f7c8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/durable-objects/api

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you are experiencing an issue with a particular Durable Object instance the `
2525

2626
#### Description
2727

28-
`toString` converts a `DurableObjectId` to a 64 digit hex string. This string is useful for logging purposes or storing the `DurableObjectId` elsewhere, e.g. in a session cookie. This string can be used to reconstruct a `DurableObjectId` via `DurableObjectNamespace::idFromString`.
28+
`toString` converts a `DurableObjectId` to a 64 digit hex string. This string is useful for logging purposes or storing the `DurableObjectId` elsewhere, for example, in a session cookie. This string can be used to reconstruct a `DurableObjectId` via `DurableObjectNamespace::idFromString`.
2929

3030
```js
3131
// Create a new unique ID

0 commit comments

Comments
 (0)