Skip to content

Commit da52c02

Browse files
authored
docs: update tutorial.ipynb (#2606)
Creat -> Create
1 parent 9418b17 commit da52c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/apps/autogen-studio/notebooks/tutorial.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"# load an agent specification in JSON\n",
5353
"agent_spec = json.load(open(\"agent_spec.json\"))\n",
5454
"\n",
55-
"# Creat a An AutoGen Workflow Configuration from the agent specification\n",
55+
"# Create a An AutoGen Workflow Configuration from the agent specification\n",
5656
"agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n",
5757
"\n",
5858
"agent_work_flow = AutoGenWorkFlowManager(agent_work_flow_config)\n",
@@ -308,7 +308,7 @@
308308
"# load an agent specification in JSON\n",
309309
"agent_spec = json.load(open(\"groupchat_spec.json\"))\n",
310310
"\n",
311-
"# Creat a An AutoGen Workflow Configuration from the agent specification\n",
311+
"# Create a An AutoGen Workflow Configuration from the agent specification\n",
312312
"agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n",
313313
"\n",
314314
"# Create a Workflow from the configuration\n",

0 commit comments

Comments
 (0)