From 15545766012d9d0cd082166e71f961983df3a949 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 22 May 2019 22:55:30 -0400 Subject: [PATCH] doc,n-api: fix typo in N-API introduction --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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