From 3669a3a9c69aceadce1dc20f55955f80457c8e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 11 Nov 2022 15:00:04 +0100 Subject: [PATCH] doc: fix typo in maintaining-dependencies.md --- 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