diff --git a/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb b/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb index 2e6db94d4..411eb4216 100644 --- a/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb +++ b/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb @@ -242,7 +242,7 @@ "builder.add_node(\"sightseeing_advisor\", sightseeing_advisor)\n", "builder.add_node(\"hotel_advisor\", hotel_advisor)\n", "\n", - "# This adds a node to collet human input, which will route\n", + "# This adds a node to collect human input, which will route\n", "# back to the active agent.\n", "builder.add_node(\"human\", human_node)\n", "\n",