Skip to content

Commit 7ba77c0

Browse files
committed
typo
1 parent b8fb616 commit 7ba77c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/configuration/how-hyperdrive-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hyperdrive solves these challenges by managing the number of global connections
1515

1616
## How Hyperdrive makes databases fast globally
1717

18-
Hyperdrive is accelerates database queries by performing the connection setup for new database connections near your Workers, pools existing connections near your database, and caches query results.
18+
Hyperdrive accelerates database queries by performing the connection setup for new database connections near your Workers, pools existing connections near your database, and caches query results.
1919
This ensures you have optimal performance when connecting to your database from Workers (whether your queries are cached or not).
2020

2121
![Hyperdrive connection](~/assets/images/hyperdrive/configuration/hyperdrive-comparison.svg)

0 commit comments

Comments
 (0)