diff --git a/doc/api/n-api.md b/doc/api/n-api.md index a39f62aa74cc2b..7da89152c252a9 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -7,7 +7,7 @@ N-API (pronounced N as in the letter, followed by API) is an API for building native Addons. It is independent from -the underlying JavaScript runtime (ex V8) and is maintained as part of +the underlying JavaScript runtime (for example, V8) and is maintained as part of Node.js itself. This API will be Application Binary Interface (ABI) stable across versions of Node.js. It is intended to insulate Addons from changes in the underlying JavaScript engine and allow modules