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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
julianjany authored and richardlau committed Jul 19, 2021
1 parent fbb92e4 commit 1c164ba
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 1c164ba

Please sign in to comment.