From 6dcb4c46d936274a3f33cad2536b095e7405eb51 Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:56:20 +0000 Subject: [PATCH] Apply suggestions from code review --- content/200-concepts/100-components/drivers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-concepts/100-components/drivers.mdx b/content/200-concepts/100-components/drivers.mdx index 244055d004..1f210d8259 100644 --- a/content/200-concepts/100-components/drivers.mdx +++ b/content/200-concepts/100-components/drivers.mdx @@ -47,7 +47,7 @@ To use this feature: ### Serverless drivers -By default, JavaScript database drivers use TCP connections. Several database providers enable use of different protocols, such as HTTP and WebSocket, to connect to your database. Example database providers include Neon and PlanetScale. +Several database providers enable the use of different protocols, such as HTTP and WebSocket, to connect to your database. Example database providers include Neon and PlanetScale. #### Neon Serverless Driver