diff --git a/docs/docs/module_guides/workflow/index.md b/docs/docs/module_guides/workflow/index.md
index df363cf27b086c21003f17f58c73092df7032195..3b1f0d7693b0369f09e924e2a23daddb054004ba 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