Skip to content

Commit 7a13f86

Browse files
committed
doc: fix additional typo
1 parent 7ec9741 commit 7a13f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/threadsafe_function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ napi_status Napi::ThreadSafeFunction::Release()
106106
Returns one of:
107107
- `napi_ok`: The thread-safe function has been successfully released.
108108
- `napi_invalid_arg`: The thread-safe function's thread-count is zero.
109-
- `napi_generic_failure`: A generic error occurred when attemping to release
109+
- `napi_generic_failure`: A generic error occurred when attempting to release
110110
the thread-safe function.
111111

112112
### Abort

0 commit comments

Comments
 (0)