Skip to content

Commit

Permalink
Merge pull request #5644 from samdoran/docs-fix
Browse files Browse the repository at this point in the history
Correct typo in docs
  • Loading branch information
matteius committed Mar 31, 2023
2 parents de983e1 + 5d0b2d2 commit e5919e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.

0 comments on commit e5919e0

Please sign in to comment.