mirror of https://github.com/nodejs/node.git
doc: fix typo
name used instructions differed that what is in the code Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: https://github.com/nodejs/node/pull/54640 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>pull/54435/head
parent
4c844a2f30
commit
a1ffa644e9
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue