Skip to content

Commit

Permalink
docs(cli): tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored Jan 27, 2024
1 parent 8d268d6 commit c9de2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pnpm --recursive update typescript@latest

### --latest, -L

Update the dependencies to their latest stable version as determined by their `latest` tags (potentially upgrading the packages across major versions) as long as the version range specified in `package.json` is older than the `latest` tag (i.e. it will not downgrade prereleases).
Update the dependencies to their latest stable version as determined by their `latest` tags (potentially upgrading the packages across major versions) as long as the version range specified in `package.json` is lower than the `latest` tag (i.e. it will not downgrade prereleases).

### --global, -g

Expand Down

0 comments on commit c9de2db

Please sign in to comment.