diff --git a/content/300-guides/050-database/850-planetscale.mdx b/content/300-guides/050-database/850-planetscale.mdx index 9b4df0deee..5706f7c9e3 100644 --- a/content/300-guides/050-database/850-planetscale.mdx +++ b/content/300-guides/050-database/850-planetscale.mdx @@ -291,7 +291,7 @@ const adapter = new PrismaPlanetScale(connection) const prisma = new PrismaClient({ adapter }) ``` -You can then use Prisma Client as you normally would with full type-safety. Prisma Migrate, introspection, and Prisma Studio will work continue working as before using the connection string defined in the Prisma schema. +You can then use Prisma Client as you normally would with full type-safety. Prisma Migrate, introspection, and Prisma Studio will continue working as before using the connection string defined in the Prisma schema. ## More on using PlanetScale with Prisma