diff --git a/docs/docs/guides/tutorials/nextjs.mdx b/docs/docs/guides/tutorials/nextjs.mdx index 14736f64e..9512d561a 100644 --- a/docs/docs/guides/tutorials/nextjs.mdx +++ b/docs/docs/guides/tutorials/nextjs.mdx @@ -702,7 +702,7 @@ Or the following to push the schema changes directly to the database: npx prisma db push ``` -Next step is to update the `api/todo/route.tsx` file to get the user ID from the token, then create a new todo if there is a user ID: +The next step is to update the `api/todo/route.tsx` file to get the user ID from the token, then create a new todo if there is a user ID: ```js import { NextResponse } from "next/server";