From 79be22a4234c71fe8be36de1e567e4ced9cbc023 Mon Sep 17 00:00:00 2001 From: Trystan Rivers Date: Thu, 29 Sep 2022 21:33:27 +0200 Subject: [PATCH] chore/fix typo on contributing documentation --- contributing/core/developing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/core/developing.md b/contributing/core/developing.md index 09e60062198b0..fb06d83be0dfc 100644 --- a/contributing/core/developing.md +++ b/contributing/core/developing.md @@ -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: ```