From 576128fd1957fffecdf8bdb3e75438da2b08102e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 14 Jun 2022 17:25:13 +0200 Subject: [PATCH] doc: fix typo in async_operations.md (#1189) --- doc/async_operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/async_operations.md b/doc/async_operations.md index 064a9c50f..30efefe45 100644 --- a/doc/async_operations.md +++ b/doc/async_operations.md @@ -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