We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48aa4c3 commit 2c671abCopy full SHA for 2c671ab
doc/api/addons.md
@@ -224,7 +224,7 @@ illustration of how it can be used.
224
N-API is an API for building native Addons. It is independent from
225
the underlying JavaScript runtime (e.g. V8) and is maintained as part of
226
Node.js itself. This API will be Application Binary Interface (ABI) stable
227
-across version of Node.js. It is intended to insulate Addons from
+across versions of Node.js. It is intended to insulate Addons from
228
changes in the underlying JavaScript engine and allow modules
229
compiled for one version to run on later versions of Node.js without
230
recompilation. Addons are built/packaged with the same approach/tools
0 commit comments