We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1000e0 commit 108ffdbCopy full SHA for 108ffdb
doc/api/n-api.md
@@ -32,7 +32,7 @@ properties:
32
using `napi_get_last_error_info`. More information can be found in the error
33
handling section [Error handling][].
34
35
-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
36
and different compiler levels. A C++ API can be easier to use.
37
To support using C++, the project maintains a
38
C++ wrapper module called [`node-addon-api`][].
0 commit comments