We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66ef7b commit 7c4a77bCopy full SHA for 7c4a77b
pages/sessions/basic-api/prisma.md
@@ -37,7 +37,7 @@ npm i @oslojs/encoding @oslojs/crypto
37
38
Here's what our API will look like. What each method does should be pretty self explanatory.
39
40
-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.
41
42
```ts
43
import type { User, Session } from "@prisma/client";
0 commit comments