diff --git a/contributing/core/developing.md b/contributing/core/developing.md index 2f64f7acd7f1f..7db258d3e2b7b 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 (download only recent commits for faster clone): +1. the Next.js repository (download most important commits for faster clone): ``` gh repo clone vercel/next.js -- --depth=3000 --branch canary --single-branch ```