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
178
178
npm test --disable-deprecated
179
179
```
180
180
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
182
182
```
183
183
npm install
184
184
export NAPI_VERSION=X
Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ New(napi_env env,
87
87
88
88
Returns a non-empty `Napi::TypedThreadSafeFunction` instance.
89
89
90
- Depending on the targetted `NAPI_VERSION`, the API has different implementations
90
+ Depending on the targeted `NAPI_VERSION`, the API has different implementations
91
91
for `CallbackType callback`.
92
92
93
- When targetting version 4, `callback` may be:
93
+ When targeting version 4, `callback` may be:
94
94
- of type `const Function&`
95
95
- not provided as a parameter, in which case the API creates a new no-op
96
96
`Function`
97
97
98
- When targetting version 5+, `callback` may be:
98
+ When targeting version 5+, `callback` may be:
99
99
- of type `const Function&`
100
100
- of type `std::nullptr_t`
101
101
- 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