From fc3a7ef9f78126c65633115dd5fd0447edddf816 Mon Sep 17 00:00:00 2001 From: Juan Diego Herrera Date: Thu, 3 Oct 2024 17:05:24 -0700 Subject: [PATCH] Fix small typo in the docs --- website/docs/tutorial/conversation-patterns.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/conversation-patterns.ipynb b/website/docs/tutorial/conversation-patterns.ipynb index 56004e3b3b81..e36f6eba4349 100644 --- a/website/docs/tutorial/conversation-patterns.ipynb +++ b/website/docs/tutorial/conversation-patterns.ipynb @@ -728,7 +728,7 @@ "If we were to use the `round_robin` strategy, this list would specify the order\n", "of the agents to be selected.\n", "We also initialize the group chat with an empty message list and a maximum\n", - "round of 6, which means there will be at most 6 iteratiosn of selecting speaker,\n", + "round of 6, which means there will be at most 6 iterations of selecting speaker,\n", "agent speaks and broadcasting message." ] },