diff --git a/doc/api/addons.md b/doc/api/addons.md index afbbdd843cb223..a0e16cff3521d4 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -224,7 +224,7 @@ illustration of how it can be used. N-API is an API for building native Addons. It is independent from the underlying JavaScript runtime (e.g. V8) and is maintained as part of Node.js itself. This API will be Application Binary Interface (ABI) stable -across version of Node.js. It is intended to insulate Addons from +across versions of Node.js. It is intended to insulate Addons from changes in the underlying JavaScript engine and allow modules compiled for one version to run on later versions of Node.js without recompilation. Addons are built/packaged with the same approach/tools