Fix snippet language sh -> bash (#34487)

This commit is contained in:
JJ Kasper 2022-02-17 11:05:40 -06:00 committed by GitHub
parent ae3e55dca4
commit d4eea7593a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```