Skip to content

Commit 085626b

Browse files
Oxyjunpedrosousa
andauthored
Update src/content/docs/d1/configuration/environments.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent e79387c commit 085626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/configuration/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ database_id = "DATABASE_ID"
3939

4040
In the above configuration:
4141

42-
- `[[production.d1_databases]]` creates an object `production` with a property `d1_databases`, where `d1_databases` is an array of objects, since you can create multiple D1 bindings in case you have more than one databases.
42+
- `[[production.d1_databases]]` creates an object `production` with a property `d1_databases`, where `d1_databases` is an array of objects, since you can create multiple D1 bindings in case you have more than one database.
4343
- Any property below the line in the form `<key> = <value>` is a property of an object within the `d1_databases` array.
4444

4545
Therefore, the above binding is equivalent to:

0 commit comments

Comments
 (0)