Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulianjany <54538266+julianjany@users.noreply.github.com>2021-05-27 14:24:03 +0300
committerGerhard Stoebich <18708370+Flarna@users.noreply.github.com>2021-06-01 11:00:15 +0300
commitfc269b37cf62b227a71f33ff673ebb7be192d031 (patch)
tree1f3425aa4592ddc83210ab71a07704d625ff967a /doc/api/n-api.md
parent910009d5c62f9720ec32e2653dc3768fb495323b (diff)
doc: fixed typo in n-api.md
PR-URL: https://github.com/nodejs/node/pull/38822 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 3e31c638cec..58b0aedeb4f 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -32,7 +32,7 @@ properties:
using `napi_get_last_error_info`. More information can be found in the error
handling section [Error handling][].
-Node-API-API is a C API that ensures ABI stability across Node.js versions
+Node-API is a C API that ensures ABI stability across Node.js versions
and different compiler levels. A C++ API can be easier to use.
To support using C++, the project maintains a
C++ wrapper module called [`node-addon-api`][].