diff --git a/errors/opening-an-issue.md b/errors/opening-an-issue.md index 179f895135e4..34a08b391843 100644 --- a/errors/opening-an-issue.md +++ b/errors/opening-an-issue.md @@ -10,13 +10,13 @@ Some issues may already be fixed in the canary version, so please verify that yo Run the following in the codebase: -```sh +```bash npm install next@canary ``` or -```sh +```bash yarn add next@canary ```