From bc6efafe0da3434053ed45521cda2259f3b43e4a Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 19 Sep 2025 12:18:12 +0200 Subject: [PATCH] Fix typo in docs --- docs/docs/workflows/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/workflows/index.md b/docs/docs/workflows/index.md index 5cb2d177..820a9ad1 100644 --- a/docs/docs/workflows/index.md +++ b/docs/docs/workflows/index.md @@ -5,7 +5,7 @@ of `steps`, with each step responsible for handling certain event types and emit You can create a `Workflow` to do anything! Build an agent, a RAG flow, an extraction flow, or anything else you want. -Workflows are also automatically instrumented, so you get observability into each step using tools like [Arize Pheonix](/python/framework/module_guides/observability/#arize-phoenix-local). (**NOTE:** Observability works for integrations that take advantage of the newer instrumentation system. Usage may vary.) +Workflows are also automatically instrumented, so you get observability into each step using tools like [Arize Phoenix](/python/framework/module_guides/observability/#arize-phoenix-local). (**NOTE:** Observability works for integrations that take advantage of the newer instrumentation system. Usage may vary.) !!! important