File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:::
You can’t perform that action at this time.
0 commit comments