From a6fe707b62e32ffa5cfff28b8ce8352bccfdeb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 12 Nov 2022 18:22:05 +0100 Subject: [PATCH] doc: fix typo in maintaining-dependencies.md PR-URL: https://github.com/nodejs/node/pull/45428 Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/contributing/maintaining-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/maintaining-dependencies.md b/doc/contributing/maintaining-dependencies.md index 2c057320b4819b..b43f1d36a40fc6 100644 --- a/doc/contributing/maintaining-dependencies.md +++ b/doc/contributing/maintaining-dependencies.md @@ -67,7 +67,7 @@ shared library is available can added by: If there are additional libraries that are required it is possible to list more than one with the `pkgname` option. * in `node.gypi` guard the build for the dependency - with `node_shared_depname` so that is is only built if + with `node_shared_depname` so that it is only built if the dependency is being bundled into Node.js itself. For example: ```text