From aa08cf1e7a44d0899a084f9a94e068d3724e31d6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 4 Jun 2018 12:07:08 -0700 Subject: doc: fix typo in addons.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "across version of Node.js" -> "across versions of Node.js" PR-URL: https://github.com/nodejs/node/pull/21137 Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/addons.md') diff --git a/doc/api/addons.md b/doc/api/addons.md index afbbdd843c..a0e16cff35 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 -- cgit v1.2.3