From 5b21d45824b0b59e2c031999ffe00eadaec94299 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Sat, 31 Aug 2024 13:33:09 -0400 Subject: [PATCH] doc: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit name used instructions differed that what is in the code Signed-off-by: Michael Dawson PR-URL: /~https://github.com/nodejs/node/pull/54640 Reviewed-By: Gerhard Stöbich Reviewed-By: Jake Yuesong Li Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/contributing/maintaining/maintaining-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/maintaining/maintaining-dependencies.md b/doc/contributing/maintaining/maintaining-dependencies.md index 14a6004e382278..d7e884514bfe16 100644 --- a/doc/contributing/maintaining/maintaining-dependencies.md +++ b/doc/contributing/maintaining/maintaining-dependencies.md @@ -110,7 +110,7 @@ shared library is available can added by: Support for an externalizable dependency with JavaScript code can be added by: -* adding an entry to the `sharable_builtins` map in +* adding an entry to the `shareable_builtins` map in `configure.py`. The path should correspond to the file within the deps directory that is normally bundled into Node.js. For example `deps/cjs-module-lexer/lexer.js`.