Skip to content

Commit e7d68f3

Browse files
committed
Missing space
1 parent 51021ba commit e7d68f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/glossary/durable-objects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ entries:
1010
A container for a collection of Durable Objects that all share the same Durable Object (class) definition. A single namespace can have (tens of) millions of Durable Objects. Metrics are scoped per namespace.
1111
1212
- The namespace is defined in the Wrangler file under the `durable_objects.bindings.name` key.
13-
- You can create a single instance of theDurable Object class using [`idFromName`](/durable-objects/api/namespace/#idfromname), which creates a unique ID for the Durable Object.
13+
- You can create a single instance of the Durable Object class using [`idFromName`](/durable-objects/api/namespace/#idfromname), which creates a unique ID for the Durable Object.
1414
- You can then create a [stub](/durable-objects/api/stub/) for the Durable Object using the [`get`](/durable-objects/api/namespace/#get) method.
1515
1616

0 commit comments

Comments
 (0)