Skip to content

Commit 3363272

Browse files
authored
Apply suggestions from code review
1 parent b67a3c6 commit 3363272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/api-reference/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The typical file structure for an Agent project created from `npm create cloudfl
2828
`-- wrangler.jsonc // your Workers & Agent configuration
2929
```
3030

31-
Below is a minimal `wrangler.jsonc` file that defines the configuration for an Agent, including the entry point, `durable_object` namespace, and code `migrations`:
31+
Below is a minimal `wrangler.jsonc` file that defines the configuration for an Agent, including the entry point, `durable_object` namespace, and code `migrations`:
3232

3333
<WranglerConfig>
3434

0 commit comments

Comments
 (0)