vercel / vercel/next-learn

Typo in chapter 12 (Updating an invoice) - edit invoice url

Open Beginner friendly
#665 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
4.8k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

In chapter 12, "Updating an invoice" section, there is a typo in the url at the end of h3 number 4 leading to a not found error.

The URL should also be updated with an id as follows: http://localhost:3000/dashboard/invoice/uuid/edit

Should be

The URL should also be updated with an id as follows: http://localhost:3000/dashboard/invoices/uuid/edit

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open chapter 12, “Updating an invoice,” and locate h3 number 4. Check the URL at the end against the reported not-found behavior; done means the example uses the plural invoices path with the uuid and edit segments.

Written by the indexing model from the issue text.

Assessment

Tech stack
nextjs
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.