Skip to content

Commit 9cbe553

Browse files
authored
Apply suggestions from code review
1 parent a4fc198 commit 9cbe553

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/databases/third-party-integrations

1 file changed

+2
-2
lines changed

src/content/docs/workers/databases/third-party-integrations/neon.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { Render, PackageManagers, Tabs, TabItem } from "~/components";
1010

1111
:::note
1212

13-
You can connect to Neon using [Hyperdrive](/hyperdrive) (recommended), or using the Neon serverless driver, `@neondatabase/serverless`. Both provide connection pooling and reduce the amount of roundtrips required to create a secure connection from Workers to your database.
13+
You can connect to Neon using [Hyperdrive](/hyperdrive) (recommended), or using the Neon serverless driver, `@neondatabase/serverless`. Both provide connection pooling and reduce the amount of round trips required to create a secure connection from Workers to your database.
1414

15-
Hyperdrive can provide lower latencies because it performs the database connection setup and connection pooling across Cloudflare's network. Hyperdrive supports native database drivers, libraries and ORMs, and is included in all [Workers plans](/hyperdrive/platform/pricing/). Learn more about Hyperdrive in [How Hyperdrive Works](/hyperdrive/configuration/how-hyperdrive-works/).
15+
Hyperdrive can provide lower latencies because it performs the database connection setup and connection pooling across Cloudflare's network. Hyperdrive supports native database drivers, libraries, and ORMs, and is included in all [Workers plans](/hyperdrive/platform/pricing/). Learn more about Hyperdrive in [How Hyperdrive Works](/hyperdrive/configuration/how-hyperdrive-works/).
1616

1717
:::
1818

0 commit comments

Comments
 (0)