vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.75k stars 1.92k forks source link

Method name in Chapter 12 course text does not match code block #357

Closed greg-bookyrslf closed 12 months ago

greg-bookyrslf commented 1 year ago

Mistake in course material at https://nextjs.org/learn/dashboard-app/mutating-data.

Line: You can then pass your rawFormData to NewInvoice to validate the types:

Should be : You can then pass your rawFormData to CreateInvoice to validate the types:

StephDietz commented 12 months ago

@greg-realmmap thank you for finding this typo! We have a PR fixing it