Commit 555644bd by nate giraldi

Fix typo in LockCommand `help`

parent 4d1e9753
......@@ -7,7 +7,7 @@ class LockCommand(EnvCommand):
description = "Locks the project dependencies."
help = """The <info>lock</info> command reads the <comment>pyproject.toml</> file from
the current directory, processes it, and locks the depdencies in the <comment>poetry.lock</> file.
the current directory, processes it, and locks the dependencies in the <comment>poetry.lock</> file.
<info>poetry lock</info>
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment