From 3ed1def924a19b7d32407170a78b24943e3f7b3e Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 3 Nov 2025 10:06:02 -0500 Subject: [PATCH] Fix typo in introduction.mdx Corrected a typo in the introduction text. --- docs/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 19f2539bd..b1bcf0ed8 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -9,7 +9,7 @@ description: AG-UI is an open, lightweight, event-based protocol that standardizes how AI agents connect to user-facing applications. -Built for simplicity and flexibility, it standardizes how agent state, UI intents, and user interactions flow between your model/agent runtime and user-facing frontend applications—to allow application developers to ship reliable, debuggable, user‑friendly agentic features fast while focusing on application needs and avoding complex ad-hoc wiring. +Built for simplicity and flexibility, it standardizes how agent state, UI intents, and user interactions flow between your model/agent runtime and user-facing frontend applications—to allow application developers to ship reliable, debuggable, user‑friendly agentic features fast while focusing on application needs and avoiding complex ad-hoc wiring.