Skip to content

Commit 7c4a77b

Browse files
authored
Update prisma.md (#1763)
1 parent e66ef7b commit 7c4a77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/sessions/basic-api/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npm i @oslojs/encoding @oslojs/crypto
3737

3838
Here's what our API will look like. What each method does should be pretty self explanatory.
3939

40-
If you just need the code full code without the explanation, skip to the end of this section.
40+
If you just need the full code without the explanation, skip to the end of this section.
4141

4242
```ts
4343
import type { User, Session } from "@prisma/client";

0 commit comments

Comments
 (0)