Skip to content

Commit 7407fc2

Browse files
committed
doc: update code language flag for internal doc
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>
1 parent a4f3206 commit 7407fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/maintaining-ngtcp2-nghttp3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updated together.
1010
## Updating ngtcp2
1111

1212
Update ngtcp2:
13-
```shell
13+
```bash
1414
git clone https://github.com/ngtcp2/ngtcp2
1515
cd ngtcp2
1616
autoreconf -i
@@ -29,7 +29,7 @@ Check that Node.js still builds and tests.
2929
## Updating nghttp3
3030

3131
Update nghttp3:
32-
```shell
32+
```bash
3333
git clone https://github.com/ngtcp2/nghttp3
3434
cd nghttp3
3535
autoreconf -i

0 commit comments

Comments
 (0)