Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions news/5644.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct a minor typo in the documentaion about the ``upgrade`` command.