From 50b3750e67387ce6bbd7a873e23e817f6b55e576 Mon Sep 17 00:00:00 2001 From: Dan Castillo Date: Tue, 12 Jul 2022 16:49:11 -0500 Subject: [PATCH] doc: fix typo in ngtcp2 readme PR-URL: https://github.com/nodejs/node/pull/43767 Fixes: https://github.com/nodejs/node/issues/43766 Reviewed-By: Colin Ihrig Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: Qingyu Deng --- deps/ngtcp2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ngtcp2/README.md b/deps/ngtcp2/README.md index 57043dcc133067..bd56beff9ea5fa 100644 --- a/deps/ngtcp2/README.md +++ b/deps/ngtcp2/README.md @@ -17,7 +17,7 @@ We only use a subset of the sources for each. The `nghttp3` library depends on `ngtcp2`. Both should always be updated together. From `ngtcp2` we only want the contents of the `lib` and `crypto` -directories; from `nghttp3` we only want the contents o the `lib`. +directories; from `nghttp3` we only want the contents of the `lib`. ### Updating ngtcp2