We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584ea8b commit 22f0393Copy full SHA for 22f0393
doc/api/addons.md
@@ -111,8 +111,8 @@ There are environments in which Node.js addons may need to be loaded multiple
111
times in multiple contexts. For example, the [Electron][] runtime runs multiple
112
instances of Node.js in a single process. Each instance will have its own
113
`require()` cache, and thus each instance will need a native addon to behave
114
-correctly when loaded via `require()`. From the addon's perspective, this means
115
-that it must support multiple initializations.
+correctly when loaded via `require()`. This means that the addon
+must support multiple initializations.
116
117
A context-aware addon can be constructed by using the macro
118
`NODE_MODULE_INITIALIZER`, which expands to the name of a function which Node.js
0 commit comments