From 45b9d5a92676a4aeb318a92ac71f8677899ca440 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Wed, 15 Dec 2021 08:08:30 -0600 Subject: [PATCH] chore(docs): fix typo 030-neuxs-framework-prisma-users.mdx (#1016) --- .../040-adoption-guides/030-neuxs-framework-prisma-users.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/040-adoption-guides/030-neuxs-framework-prisma-users.mdx b/docs/content/040-adoption-guides/030-neuxs-framework-prisma-users.mdx index 3606f433..c5ea2459 100644 --- a/docs/content/040-adoption-guides/030-neuxs-framework-prisma-users.mdx +++ b/docs/content/040-adoption-guides/030-neuxs-framework-prisma-users.mdx @@ -82,7 +82,7 @@ export const schema = makeSchema({ ### Configuring Context Type -The framework used to automatically inject and type your context so that an instance of the client would be there for you. We know need to configure that manually. To do so, we'll first create a `context.ts` file where we'll export a type containing the Prisma Client. +The framework used to automatically inject and type your context so that an instance of the client would be there for you. We now need to configure that manually. To do so, we'll first create a `context.ts` file where we'll export a type containing the Prisma Client. ```tsx // context.ts @@ -128,7 +128,7 @@ If your Prisma Schema is using either the `Json` or `DateTime` type, the framewo ```bash npm install graphql-scalars - ``` + ```xf 2. Then, add the following configuration property to the Prisma plugin