diff --git a/cli.py b/cli.py index f1051890ea..7b85a8ef7d 100644 --- a/cli.py +++ b/cli.py @@ -214,7 +214,7 @@ def agent(): @agent.command() @click.argument("agent_name") def create(agent_name): - """Create's a new agent with the agent name provieded""" + """Create's a new agent with the agent name provided""" import os import re import shutil