mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
0ff70fd55b
## Summary While reviewing the examples in the Next.js repository for potential improvements, I noticed a typo in the error message displayed when an unexpected error occurs. ## Changes - Corrected `"An unexpected error happened occurred:"` to `"An unexpected error occurred:"`. ## Testing No functional changes. This is a text-only fix. Co-authored-by: Marcos Hernanz <96699542+marcoshernanz@users.noreply.github.com>