Skip to content

Commit b1f5104

Browse files
authored
Update src/content/docs/workers/wrangler/commands.mdx
1 parent 8163969 commit b1f5104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ wrangler d1 migrations apply <DATABASE_NAME> [OPTIONS]
461461
- `DATABASE_NAME` <Type text="string" /> <MetaInfo text="required" />
462462
- The name of the D1 database you wish to apply your migrations on.
463463
- `--env` <Type text="string" /> <MetaInfo text="optional" />
464-
- Specify which environment configuration to use for d1 dinding
464+
- Specify which environment configuration to use for D1 binding
465465
- `--local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
466466
- Execute any unapplied migrations on your locally persisted D1 database.
467467
- `--remote` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />

0 commit comments

Comments
 (0)