diff --git a/docs/cookbooks/basic_concepts/create_your_first_agents_society.ipynb b/docs/cookbooks/basic_concepts/create_your_first_agents_society.ipynb index aad3265cd5..b20e3143aa 100644 --- a/docs/cookbooks/basic_concepts/create_your_first_agents_society.ipynb +++ b/docs/cookbooks/basic_concepts/create_your_first_agents_society.ipynb @@ -266,7 +266,7 @@ "source": [ "def is_terminated(response):\n", " \"\"\"\n", - " Give alerts when the session shuold be terminated.\n", + " Give alerts when the session should be terminated.\n", " \"\"\"\n", " if response.terminated:\n", " role = response.msg.role_type.name\n",