Skip to content

Commit 53167b2

Browse files
mhdawsontargos
authored andcommittedOct 2, 2024
doc: fix typo
name used instructions differed that what is in the code Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #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>
1 parent f287cd7 commit 53167b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/contributing/maintaining/maintaining-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ shared library is available can added by:
107107
Support for an externalizable dependency with JavaScript code
108108
can be added by:
109109

110-
* adding an entry to the `sharable_builtins` map in
110+
* adding an entry to the `shareable_builtins` map in
111111
`configure.py`. The path should correspond to the file
112112
within the deps directory that is normally bundled into
113113
Node.js. For example `deps/cjs-module-lexer/lexer.js`.

0 commit comments

Comments
 (0)
Please sign in to comment.