From 19443b5859d6e050ea47fe200aa7c91dca485e41 Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:24:35 +0100 Subject: [PATCH] Update content/300-guides/050-database/850-planetscale.mdx Co-authored-by: Jan Piotrowski --- content/300-guides/050-database/850-planetscale.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/300-guides/050-database/850-planetscale.mdx b/content/300-guides/050-database/850-planetscale.mdx index df55ad1aed..99be87c814 100644 --- a/content/300-guides/050-database/850-planetscale.mdx +++ b/content/300-guides/050-database/850-planetscale.mdx @@ -229,7 +229,7 @@ For a more detailed example, see the [Getting Started guide for PlanetScale](/ge The [PlanetScale serverless driver](https://planetscale.com/docs/tutorials/planetscale-serverless-driver) provides a way of communicating with your database and executing queries over HTTP. Prisma by default uses TCP. -You can use Prisma along with the PlanetScale driver using a [driver adapter](/concepts/components/drivers) . A driver adapter allows you to use a different database driver, from the default Prisma provides, to communicate with your database. +You can use Prisma along with the PlanetScale serverless driver using a [driver adapter](/concepts/components/drivers) . A driver adapter allows you to use a different database driver, from the default Prisma provides, to communicate with your database.