We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f9791 commit 1cc77c7Copy full SHA for 1cc77c7
doc/api/n-api.md
@@ -261,7 +261,7 @@ For example v18.15.0 supports only Node-API version 8. ABI stability was
261
achieved because 8 was a strict superset of all previous versions.
262
263
As of version 9, while Node-API versions continue to be versioned
264
-independently an add-on that ran with Node-API version 9 may need
+independently, an add-on that ran with Node-API version 9 may need
265
code updates to run with Node-API version 10. ABI stability
266
is maintained, however, because Node.js versions that support
267
Node-API versions higher than 8 will support all versions
0 commit comments