From 5804b38dec2b610ab951f1b6fc9d1e8089c4562d Mon Sep 17 00:00:00 2001 From: Denrei Keith <42316655+dkeithdj@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:26:23 +0800 Subject: [PATCH] fix: typo workflow/index.md (#17929) --- docs/docs/module_guides/workflow/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/module_guides/workflow/index.md b/docs/docs/module_guides/workflow/index.md index df363cf27..3b1f0d769 100644 --- a/docs/docs/module_guides/workflow/index.md +++ b/docs/docs/module_guides/workflow/index.md @@ -153,7 +153,7 @@ The `.run()` method is async, so we use await here to wait for the result. Workflows can be visualized, using the power of type annotations in your step definitions. You can either draw all possible paths through the workflow, or the most recent execution, to help with debugging. -Firs install: +First install: ```bash pip install llama-index-utils-workflow -- GitLab