Skip to content

Commit 2eea43d

Browse files
committed
Correction on directory name
1 parent 847ee8e commit 2eea43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ To bind D1 databases to your Worker, assign an array of the below object to the
400400

401401
- The ID of the database. The database ID is available when you first use `wrangler d1 create` or when you call `wrangler d1 list`, and uniquely identifies your database.
402402

403-
- `migration_dir` <Type text="string" /> <MetaInfo text="optional" />
403+
- `migrations_dir` <Type text="string" /> <MetaInfo text="optional" />
404404

405-
- The migration directory containing the migration files. By default, `wrangler d1 migrations create` creates a folder named `migrations`. You can use `migration_dir` to specify a different folder containing the migration files. For more information, refer to [D1 Wrangler `migration` commands](/workers/wrangler/commands/#migrations-create) and [D1 migrations](/d1/reference/migrations/).
405+
- The migration directory containing the migration files. By default, `wrangler d1 migrations create` creates a folder named `migrations`. You can use `migrations_dir` to specify a different folder containing the migration files. For more information, refer to [D1 Wrangler `migration` commands](/workers/wrangler/commands/#migrations-create) and [D1 migrations](/d1/reference/migrations/).
406406

407407
:::note
408408

0 commit comments

Comments
 (0)