From 7407fc2aeac4fe87cfb8294fa706e0a99451646f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 17 Jun 2020 06:25:40 -0700 Subject: [PATCH] doc: update code language flag for internal doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: https://github.com/nodejs/node/pull/33852 Reviewed-By: Michaƫl Zasso Reviewed-By: Daijiro Wachi --- doc/guides/maintaining-ngtcp2-nghttp3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/maintaining-ngtcp2-nghttp3.md b/doc/guides/maintaining-ngtcp2-nghttp3.md index 8521c768e9..1fa065f6df 100644 --- a/doc/guides/maintaining-ngtcp2-nghttp3.md +++ b/doc/guides/maintaining-ngtcp2-nghttp3.md @@ -10,7 +10,7 @@ updated together. ## Updating ngtcp2 Update ngtcp2: -```shell +```bash git clone https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -i @@ -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