Skip to content

Commit a8de468

Browse files
Update src/content/docs/workers/wrangler/configuration.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 49abefe commit a8de468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ You can configure various aspects of local development, such as the local protoc
12241224

12251225
- `enable_containers` <Type text="boolean" /> <MetaInfo text="optional" />
12261226

1227-
- Whether to enable containers during a local dev session, if they have been configured. Defaults to `true`. If set to `false`, you can develop the rest of your application without requiring Docker or other container tool, as long as you do not invoke any code that interacts with containers.
1227+
- Determines whether to enable containers during a local dev session, if they have been configured. Defaults to `true`. If set to `false`, you can develop the rest of your application without requiring Docker or other container tool, as long as you do not invoke any code that interacts with containers.
12281228

12291229
- `container_engine` <Type text="string" /> <MetaInfo text="optional" />
12301230

0 commit comments

Comments
 (0)