Skip to content

Commit 108ffdb

Browse files
julianjanydanielleadams
authored andcommittedJun 1, 2021
doc: fixed typo in n-api.md
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>
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)
Please sign in to comment.