From 041b2220bec1991b6671b26c264e00e145def5d6 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 PR-URL: https://github.com/nodejs/node/pull/27833 Reviewed-By: Daniel Bevenius Reviewed-By: Sam Roberts Reviewed-By: Yongsheng Zhang Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott --- 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