Skip to content

Commit 785817e

Browse files
tniessendanielleadams
authored andcommitted
doc: fix typo in maintaining-dependencies.md
PR-URL: #45428 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent f5a4c52 commit 785817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/maintaining-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ shared library is available can added by:
6767
If there are additional libraries that are required it is
6868
possible to list more than one with the `pkgname` option.
6969
* in `node.gypi` guard the build for the dependency
70-
with `node_shared_depname` so that is is only built if
70+
with `node_shared_depname` so that it is only built if
7171
the dependency is being bundled into Node.js itself. For example:
7272

7373
```text

0 commit comments

Comments
 (0)