Skip to content

Commit d4eea75

Browse files
authored
Fix snippet language sh -> bash (#34487)
1 parent ae3e55d commit d4eea75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

errors/opening-an-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Some issues may already be fixed in the canary version, so please verify that yo
1010

1111
Run the following in the codebase:
1212

13-
```sh
13+
```bash
1414
npm install next@canary
1515
```
1616

1717
or
1818

19-
```sh
19+
```bash
2020
yarn add next@canary
2121
```
2222

0 commit comments

Comments
 (0)