We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent f5a4c52 commit 785817eCopy full SHA for 785817e
doc/contributing/maintaining-dependencies.md
@@ -67,7 +67,7 @@ shared library is available can added by:
67
If there are additional libraries that are required it is
68
possible to list more than one with the `pkgname` option.
69
* in `node.gypi` guard the build for the dependency
70
- with `node_shared_depname` so that is is only built if
+ with `node_shared_depname` so that it is only built if
71
the dependency is being bundled into Node.js itself. For example:
72
73
```text
0 commit comments