Skip to content

Commit b15cb48

Browse files
sonicdoearcanis
authored andcommitted
Fix logical mistake (#938)
1 parent 37b1955 commit b15cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/docs/cli/policies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The command accepts various ways to set which version you want to use:
3232
- `yarn policies set-version` will download the latest stable release
3333
- `yarn policies set-version --rc` will download the latest rc release
3434
- `yarn policies set-version 1.13.0` will download a specific version
35-
- `yarn policies set-version '^1.12.0'` will download the latest patch
35+
- `yarn policies set-version '^1.12.0'` will download the latest minor
3636

3737
Under the hood, the command will simply download the single-file release from the
3838
GitHub repository, store it inside your project (inside the `.yarn/releases` folder),

0 commit comments

Comments
 (0)