From a1d93d3b7068ad9e08ee38b75504d8cbf0c16e0b Mon Sep 17 00:00:00 2001 From: Okoro Redemption Date: Sun, 18 Sep 2022 10:14:15 +0100 Subject: [PATCH] chore: typo (#2217) --- packages/core/useAsyncQueue/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/useAsyncQueue/index.md b/packages/core/useAsyncQueue/index.md index 607ed41be74..09cb4754feb 100644 --- a/packages/core/useAsyncQueue/index.md +++ b/packages/core/useAsyncQueue/index.md @@ -4,7 +4,7 @@ category: Utilities # useAsyncQueue -Executes each asynchronous task sequentially and passed the current task result to the next task +Executes each asynchronous task sequentially and passes the current task result to the next task ## Usage