From 96c27ee62dab2f5a2d2d65b132a86f951ae153fc Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 17 Feb 2022 10:56:09 -0600 Subject: [PATCH] Fix snippet language sh -> bash --- errors/opening-an-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```