diff --git a/docs/commands.md b/docs/commands.md index 0eafd602..35a25f62 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -67,7 +67,7 @@ as well as two additional options, ``--all`` and ``--all-dev``. ## upgrade -``$ pipenv upgarde `` will update the lock of specified dependency and sub-dependencies only, but does not modify the environment. +``$ pipenv upgrade `` will update the lock of specified dependency and sub-dependencies only, but does not modify the environment. ## run diff --git a/news/5644.docs.rst b/news/5644.docs.rst new file mode 100644 index 00000000..2d0a4a21 --- /dev/null +++ b/news/5644.docs.rst @@ -0,0 +1 @@ +Correct a minor typo in the documentaion about the ``upgrade`` command.