Skip to content

Commit

Permalink
grammar fix in adding-examples README. (#42152)
Browse files Browse the repository at this point in the history
Closes #42151

This PR fixes grammar in adding-examples README.
  • Loading branch information
alphaxek committed Oct 30, 2022
1 parent 0a0c8e0 commit c19c100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/examples/adding-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Also, don’t forget to add a `README.md` file with the following format:
- Omit the `name` and `version` fields from your `package.json`.
- Ensure all your dependencies are up to date.
- Ensure you’re using [`next/image`](https://nextjs.org/docs/api-reference/next/image).
- To add additional installation instructions, please add it where appropriate.
- To add additional installation instructions, please add them where appropriate.
- To add additional notes, add `## Notes` section at the end.
- Remove the `Deploy your own` section if your example can’t be immediately deployed to Vercel.

Expand Down

0 comments on commit c19c100

Please sign in to comment.