From 6858b535728334607bb6414f06f1171a1b0c0ab8 Mon Sep 17 00:00:00 2001 From: Simon Dahlbacka Date: Tue, 16 Dec 2025 14:51:22 +0200 Subject: [PATCH] Fix typo in renderers documentation --- docs/renderers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/renderers.md b/docs/renderers.md index f0bfd38b..b0fc6531 100644 --- a/docs/renderers.md +++ b/docs/renderers.md @@ -6,7 +6,7 @@ The [agents](agents.md) are responsible for generating the A2UI messages, and the [transports](transports.md) are responsible for delivering the messages to the client. The client renderer library must buffer and handle A2UI messages, implement the A2UI lifecycle, and render surfaces (widgets). -You have a lot of flexibility, to bring custom comonents to a renderer, or build your own renderer to support your UI component framework. +You have a lot of flexibility, to bring custom components to a renderer, or build your own renderer to support your UI component framework. ## Available Renderers