Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/d1/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ The `wrangler` command-line interface is Cloudflare's tool for managing and depl

:::note

For reference, a good database name is:
For reference, a good database name:

- A combination of ASCII characters, shorter than 32 characters, and uses dashes (-) instead of spaces.
- Descriptive of the use-case and environment. For example, "staging-db-web" or "production-db-backend".
- Uses a combination of ASCII characters, shorter than 32 characters, and uses dashes (-) instead of spaces.
- Is descriptive of the use-case and environment. For example, "staging-db-web" or "production-db-backend".
- Only describes the database, and is not directly referenced in code.

:::
Expand Down