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