From e36ed72855414fb24410a83d05e10bf6cfe4e356 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 11 Jun 2019 11:52:35 -0400 Subject: [PATCH] doc,n-api: fix typo PR-URL: https://github.com/nodejs/node/pull/28178 Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater --- 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 47d8f79c6780c1..62097f2e25c9d1 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -145,7 +145,7 @@ available to the module code. ## N-API Version Matrix -N-API versions are additive and versioned independantly from Node.js. +N-API versions are additive and versioned independently from Node.js. Version 4 is an extension to version 3 in that it has all of the APIs from version 3 with some additions. This means that you do not need to recompile for new versions of Node.js which are