We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb36acf commit a6fe707Copy full SHA for a6fe707
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