diff --git a/website/docs/Use-Cases/agent_chat.md b/website/docs/Use-Cases/agent_chat.md index f73ef0ade..f948f4f9b 100644 --- a/website/docs/Use-Cases/agent_chat.md +++ b/website/docs/Use-Cases/agent_chat.md @@ -38,7 +38,7 @@ user_proxy = UserProxyAgent(name="user_proxy") ## Multi-agent Conversations -### A Basci Two-Agent Conversation Example +### A Basic Two-Agent Conversation Example Once the participating agents are constructed properly, one can start a multi-agent conversation session by an initialization step as shown in following code: ```python