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>
This commit is contained in:
julianjany
2021-05-27 13:24:03 +02:00
committed by Gerhard Stoebich
parent 910009d5c6
commit fc269b37cf

View File

@@ -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`][].