Skip to content

Commit a7606ba

Browse files
authored
Update src/content/docs/durable-objects/examples/build-a-counter.mdx
1 parent 84cce2d commit a7606ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/examples/build-a-counter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class Counter extends DurableObject {
165165

166166
</TabItem> </Tabs>
167167

168-
Finally, configure your Wrangler file to include a Durable Object [binding](/durable-objects/get-started/#5-configure-durable-object-bindings) and [migration](/durable-objects/reference/durable-objects-migrations/) based on the namespace and class name chosen previously.
168+
Finally, configure your Wrangler file to include a Durable Object [binding](/durable-objects/get-started/#4-configure-durable-object-bindings) and [migration](/durable-objects/reference/durable-objects-migrations/) based on the namespace and class name chosen previously.
169169

170170
<WranglerConfig>
171171

0 commit comments

Comments
 (0)