Skip to content

Commit

Permalink
doc: fixed typo in n-api.md
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
julianjany authored and richardlau committed Jul 20, 2021
1 parent fb0ab4c commit e36d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`][].
Expand Down

0 comments on commit e36d2a6

Please sign in to comment.