diff --git a/pages/sessions/basic-api/prisma.md b/pages/sessions/basic-api/prisma.md index b7481a160..f8fdb0f2b 100644 --- a/pages/sessions/basic-api/prisma.md +++ b/pages/sessions/basic-api/prisma.md @@ -37,7 +37,7 @@ npm i @oslojs/encoding @oslojs/crypto Here's what our API will look like. What each method does should be pretty self explanatory. -If you just need the code full code without the explanation, skip to the end of this section. +If you just need the full code without the explanation, skip to the end of this section. ```ts import type { User, Session } from "@prisma/client";