Skip to content

Commit 4835a3f

Browse files
ccockselithrar
authored andcommitted
Update get-started.mdx (#16845)
1 parent 515abcd commit 4835a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/d1/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ The `wrangler` command-line interface is Cloudflare's tool for managing and depl
114114

115115
:::note
116116

117-
For reference, a good database name is:
117+
For reference, a good database name:
118118

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

123123
:::

0 commit comments

Comments
 (0)