Skip to content

Commit 576128f

Browse files
authored
doc: fix typo in async_operations.md (#1189)
1 parent 63d3c30 commit 576128f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/async_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ asynchronous operations:
1919

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

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

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

0 commit comments

Comments
 (0)