diff --git a/samples/apps/autogen-studio/notebooks/tutorial.ipynb b/samples/apps/autogen-studio/notebooks/tutorial.ipynb index da758593757..7e80f17b7b5 100644 --- a/samples/apps/autogen-studio/notebooks/tutorial.ipynb +++ b/samples/apps/autogen-studio/notebooks/tutorial.ipynb @@ -52,7 +52,7 @@ "# load an agent specification in JSON\n", "agent_spec = json.load(open(\"agent_spec.json\"))\n", "\n", - "# Creat a An AutoGen Workflow Configuration from the agent specification\n", + "# Create a An AutoGen Workflow Configuration from the agent specification\n", "agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n", "\n", "agent_work_flow = AutoGenWorkFlowManager(agent_work_flow_config)\n", @@ -308,7 +308,7 @@ "# load an agent specification in JSON\n", "agent_spec = json.load(open(\"groupchat_spec.json\"))\n", "\n", - "# Creat a An AutoGen Workflow Configuration from the agent specification\n", + "# Create a An AutoGen Workflow Configuration from the agent specification\n", "agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n", "\n", "# Create a Workflow from the configuration\n",