From 73680071e7bf071bd4ed07ed950f1820f8a0b9be Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 29 Aug 2024 17:22:19 +0000 Subject: [PATCH] doc: fix typo name used instructions differed that what is in the code Signed-off-by: Michael Dawson --- 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`.