Skip to content

Commit

Permalink
doc: fix typo in async_operations.md (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Jun 14, 2022
1 parent 63d3c30 commit 576128f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/async_operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asynchronous operations:

- **[`Napi::AsyncWorker`](async_worker.md)**

These class helps manage asynchronous operations through an abstraction
This class helps manage asynchronous operations through an abstraction
of the concept of moving data between the **event loop** and **worker threads**.

Also, the above class may not be appropriate for every scenario. When using any
Expand Down

0 comments on commit 576128f

Please sign in to comment.