diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 7a7bc28663176e..1c44ead41429a9 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -4727,8 +4727,8 @@ napi_status napi_get_cb_info(napi_env env, provided than claimed, the rest of `argv` is filled with `napi_value` values that represent `undefined`. `argv` can optionally be ignored by passing `NULL`. -* `[out] this`: Receives the JavaScript `this` argument for the call. `this` - can optionally be ignored by passing `NULL`. +* `[out] thisArg`: Receives the JavaScript `this` argument for the call. + `thisArg` can optionally be ignored by passing `NULL`. * `[out] data`: Receives the data pointer for the callback. `data` can optionally be ignored by passing `NULL`.