From 7c4a77b52a38727064919c288fc18c4a64cf4b66 Mon Sep 17 00:00:00 2001 From: nhjjgjjg Date: Sat, 4 Jan 2025 17:13:11 +0800 Subject: [PATCH] Update prisma.md (#1763) --- pages/sessions/basic-api/prisma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";