Skip to content

Commit

Permalink
fix: Fixes grammatical errors in version.ts (#5317)
Browse files Browse the repository at this point in the history
* fix: Fixes grammatical error in version.ts

* More grammatical errors.
  • Loading branch information
kamronbatman authored and merceyz committed Mar 23, 2023
1 parent 7a8f7a3 commit 5248bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-essentials/sources/commands/set/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class SetVersionCommand extends BaseCommand {
details: `
This command will download a specific release of Yarn directly from the Yarn GitHub repository, will store it inside your project, and will change the \`yarnPath\` settings from your project \`.yarnrc.yml\` file to point to the new file.
A very good use case for this command is to enforce the version of Yarn used by the any single member of your team inside a same project - by doing this you ensure that you have control on Yarn upgrades and downgrades (including on your deployment servers), and get rid of most of the headaches related to someone using a slightly different version and getting a different behavior than you.
A very good use case for this command is to enforce the version of Yarn used by any single member of your team inside the same project - by doing this you ensure that you have control over Yarn upgrades and downgrades (including on your deployment servers), and get rid of most of the headaches related to someone using a slightly different version and getting different behavior.
The version specifier can be:
Expand Down

0 comments on commit 5248bad

Please sign in to comment.