File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ npm install
178178npm test --disable-deprecated
179179```
180180
181- To run the tests targetting a specific version of N-API run
181+ To run the tests targeting a specific version of N-API run
182182```
183183npm install
184184export NAPI_VERSION=X
Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ New(napi_env env,
8787
8888Returns a non-empty `Napi::TypedThreadSafeFunction` instance.
8989
90- Depending on the targetted `NAPI_VERSION`, the API has different implementations
90+ Depending on the targeted `NAPI_VERSION`, the API has different implementations
9191for `CallbackType callback`.
9292
93- When targetting version 4, `callback` may be:
93+ When targeting version 4, `callback` may be:
9494- of type `const Function&`
9595- not provided as a parameter, in which case the API creates a new no-op
9696 `Function`
9797
98- When targetting version 5+, `callback` may be:
98+ When targeting version 5+, `callback` may be:
9999- of type `const Function&`
100100- of type `std::nullptr_t`
101101- not provided as a parameter, in which case the API passes `std::nullptr`
You can’t perform that action at this time.
0 commit comments