Skip to content

Commit

Permalink
Fix snippet language sh -> bash (#34487)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 17, 2022
1 parent ae3e55d commit d4eea75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/opening-an-issue.md
Expand Up @@ -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
```

Expand Down

0 comments on commit d4eea75

Please sign in to comment.