Skip to content

Commit 489c658

Browse files
authored
Apply suggestions from code review
Removing linebreaks.
1 parent 8d55b5c commit 489c658

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/content/partials/hyperdrive/create-hyperdrive-binding.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ Specifically:
2626
- Your binding is available in your Worker at `env.<BINDING_NAME>`.
2727

2828

29-
If you wish to use a local databse during development, you can add a
30-
`localConnectionString` to your Hyperdrive configuration with the connection
31-
string of your database:
29+
If you wish to use a local database during development, you can add a `localConnectionString` to your Hyperdrive configuration with the connection string of your database:
3230

3331

3432
<WranglerConfig>
@@ -44,7 +42,6 @@ localConnectionString = "<LOCAL_DATABASE_CONNECTION_URI>"
4442

4543
:::note
4644

47-
Learn more about setting up [Hyperdrive for local
48-
development](/hyperdrive/configuration/local-development/).
45+
Learn more about setting up [Hyperdrive for local development](/hyperdrive/configuration/local-development/).
4946

5047
:::

0 commit comments

Comments
 (0)