Skip to content

Commit

Permalink
doc: update code language flag for internal doc
Browse files Browse the repository at this point in the history
Use `bash` instead of `shell` for code language flag in
doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs
and upcoming lint requirements.

PR-URL: #33852
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
  • Loading branch information
Trott committed Jun 18, 2020
1 parent a4f3206 commit 7407fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/maintaining-ngtcp2-nghttp3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updated together.
## Updating ngtcp2

Update ngtcp2:
```shell
```bash
git clone https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -i
Expand All @@ -29,7 +29,7 @@ Check that Node.js still builds and tests.
## Updating nghttp3

Update nghttp3:
```shell
```bash
git clone https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -i
Expand Down

0 comments on commit 7407fc2

Please sign in to comment.