diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 3e31c638cece40..58b0aedeb4f2f1 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -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`][].