Skip to content

Commit 4c01af2

Browse files
authored
Fix typo in CHANGELOG (#715)
1 parent 36e1af9 commit 4c01af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
- Added `Env::RunScript` method to run JavaScript code contained in a string.
1515
- Added templated version of `Napi::Function`.
1616
- Added benchmarking framework.
17-
- Added support for natove addon instance data.
17+
- Added support for native addon instance data.
1818
- Added `Napi::AsyncProgressQueueWorker` api.
1919
- Changed the guards to `NAPI_VERSION > 5`.
2020
- Removed N-API implementation (v6.x and v8.x support).
2121
- `Napi::AsyncWorker::OnWorkComplete` and `Napi::AsyncWorker::OnExecute` methods
2222
are override-able.
2323
- Removed erroneous finalizer cleanup in `Napi::ThreadSafeFunction`.
24-
- Disabled cahcing in `Napi::ArrayBuffer`.
24+
- Disabled caching in `Napi::ArrayBuffer`.
2525
- Explicitly disallow assign and copy operator.
2626
- Some minor corrections and improvements.
2727

0 commit comments

Comments
 (0)