Skip to content

Commit 108ffdb

Browse files
julianjanydanielleadams
authored andcommitted
doc: fixed typo in n-api.md
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]>
1 parent f1000e0 commit 108ffdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ properties:
3232
using `napi_get_last_error_info`. More information can be found in the error
3333
handling section [Error handling][].
3434

35-
Node-API-API is a C API that ensures ABI stability across Node.js versions
35+
Node-API is a C API that ensures ABI stability across Node.js versions
3636
and different compiler levels. A C++ API can be easier to use.
3737
To support using C++, the project maintains a
3838
C++ wrapper module called [`node-addon-api`][].

0 commit comments

Comments
 (0)