Correct typo in docs

This commit is contained in:
Sam Doran
2023-03-30 15:51:37 -04:00
parent de983e159b
commit 5d0b2d23b2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ as well as two additional options, ``--all`` and ``--all-dev``.
## upgrade
``$ pipenv upgarde <package>`` will update the lock of specified dependency and sub-dependencies only, but does not modify the environment.
``$ pipenv upgrade <package>`` will update the lock of specified dependency and sub-dependencies only, but does not modify the environment.
## run
+1
View File
@@ -0,0 +1 @@
Correct a minor typo in the documentaion about the ``upgrade`` command.