Skip to content

Commit 7e093bf

Browse files
committed
fix: Prisma typo
1 parent 7b53e68 commit 7e093bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/with-prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ This will return a JSON equivalent of our custom error message when a unique con
283283
Allowing us to seemlessly define any custom error from Prisma error.
284284

285285
## Bonus: Reference Schema
286-
When our server grow complex and type becoming more redundant and become a boilerplate, inlining an Elysia type can be improved by using **Reference Schmea**.
286+
When our server grow complex and type becoming more redundant and become a boilerplate, inlining an Elysia type can be improved by using **Reference Schema**.
287287

288288
To put it simply, we can named our schema and reference the type by using the name.
289289

0 commit comments

Comments
 (0)