From 230c7ae2eaa1f95eabacc6e25122dba8e9797c00 Mon Sep 17 00:00:00 2001 From: Ymir <36711026+Ymirke@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:22:31 +0200 Subject: [PATCH] typo: run-no-wait.mdx (#1590) Fixed a typo in the documentation. --- frontend/docs/pages/home/run-no-wait.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/docs/pages/home/run-no-wait.mdx b/frontend/docs/pages/home/run-no-wait.mdx index 64a1f804e..124e0b45a 100644 --- a/frontend/docs/pages/home/run-no-wait.mdx +++ b/frontend/docs/pages/home/run-no-wait.mdx @@ -59,7 +59,7 @@ Note that the type of `input` here is a Pydantic model that matches the input sc ## Subscribing to results from an enqueued task -Often is is useful to subscribe to the results of a task at a later time. The `run_no_wait` method returns a `WorkflowRunRef` object which includes a listener for the result of the task. +Often it is useful to subscribe to the results of a task at a later time. The `run_no_wait` method returns a `WorkflowRunRef` object which includes a listener for the result of the task.