Typo in chapter 12 (Updating an invoice) - edit invoice url
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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