Skip to content

Commit 53167b2

Browse files
mhdawsontargos
authored andcommitted
doc: fix typo
name used instructions differed that what is in the code Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54640 Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
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

Lines changed: 1 addition & 1 deletion
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)