Fix typo in error message

This commit is contained in:
Mark Adamson
2018-06-27 13:29:25 +01:00
committed by GitHub
parent 8203d3811a
commit cbe30d20c4
+1 -1
View File
@@ -1364,7 +1364,7 @@ def do_init(
if not allow_global and not deploy and 'PIPENV_ACTIVE' not in os.environ:
click.echo(
"To activate this project's virtualenv, run {0}.\n"
"Alternativaly, run a command "
"Alternatively, run a command "
"inside the virtualenv with {1}.".format(
crayons.red('pipenv shell'),
crayons.red('pipenv run'),