From cc54d8d7b22569465ca4e57fe4404378dfa2d5e0 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 19 Dec 2022 10:49:10 -0800 Subject: [PATCH] fix wording --- 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 64637f7a1ebf..3fd6fa995bc9 100644 --- a/contributing/core/developing.md +++ b/contributing/core/developing.md @@ -7,7 +7,7 @@ To develop locally: 1. Install the [GitHub CLI](https://github.com/cli/cli#installation). -1. Clone the Next.js repository (downloads just last commit for faster clone): +1. Clone the Next.js repository (downloads only the last commit for faster clone): ``` gh repo clone vercel/next.js --depth=1 --branch canary --single-branch ```