chore/fix typo on contributing documentation (#41037)

Fixes #41038
This commit is contained in:
Trystan Rivers 2022-09-29 21:55:10 +02:00 committed by GitHub
parent b4e53b796b
commit 26a23e98b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ To develop locally:
1. Install the [GitHub CLI](https://github.com/cli/cli#installation).
1. Clone the Next.js repository:
```
gh repo clone vercel/next.js`
gh repo clone vercel/next.js
```
1. Create a new branch:
```