You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/with-prisma.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ This will return a JSON equivalent of our custom error message when a unique con
283
283
Allowing us to seemlessly define any custom error from Prisma error.
284
284
285
285
## 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**.
287
287
288
288
To put it simply, we can named our schema and reference the type by using the name.
0 commit comments