prisma / prisma-examples

πŸš€ Ready-to-run Prisma example projects

Home Page:https://www.prisma.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix(typescript/trpc-nextjs): typo "singupUser" instead of "signupUser"

ArshdeepSahni opened this issue Β· comments

Hey there πŸ‘‹ I recently tried to test the trpc-nextjs - Prisma example and I noticed that the signupUser mutation is mis-spelled as singupUser.

I decided to correct the spelling which took place in the following files:

but if you think it's the other way around please let me know.

Hope this helps!