Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: inconsistency and grammar in help messages #22

Merged
merged 4 commits into from
Feb 29, 2024

Conversation

morinokami
Copy link
Contributor

@morinokami morinokami commented Feb 28, 2024

  • Add periods for consistency where missing.
  • Fix grammer.
  • Update jsr to JSR.

src/bin.ts Outdated
Comment on lines 39 to 40
["i, install, add", "Install one or more jsr packages."],
["r, uninstall, remove", "Remove one or more jsr packages."],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to figure out if the official casing is jsr or JSR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, thanks for spotting this. I checked the docs and it looks like the official casing is JSR, so this should be corrected as well.

Screenshot 2024-02-29 at 20 59 47

src/bin.ts Outdated Show resolved Hide resolved
src/bin.ts Outdated
Comment on lines 31 to 32
["jsr add @std/log", 'Install the "@std/log" package from jsr.io.'],
["jsr remove @std/log", 'Remove the "@std/log" package from the project.'],
Copy link
Contributor

@rojvv rojvv Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personal suggestion, feel free to ignore.

Suggested change
["jsr add @std/log", 'Install the "@std/log" package from jsr.io.'],
["jsr remove @std/log", 'Remove the "@std/log" package from the project.'],
["jsr add @std/log", "Install the package @std/log."],
["jsr remove @std/log", "Remove the package @std/log from the project."],

@morinokami morinokami changed the title Fix punctuation and grammar in help messages Fix inconsistency and grammar in help messages Feb 29, 2024
@morinokami
Copy link
Contributor Author

@roj1512 Thanks for your suggestions! But I am not sure if these changes are appropriate, and I feel they are outside the scope of this PR, so I will leave it to the maintainers to decide if they should be merged.

@bartlomieju bartlomieju reopened this Feb 29, 2024
@CLAassistant
Copy link

CLAassistant commented Feb 29, 2024

CLA assistant check
All committers have signed the CLA.

@bartlomieju
Copy link

Thanks for the PR, please sign the CLA so we can merge it :)

@morinokami
Copy link
Contributor Author

@bartlomieju Signed it! 😁

morinokami and others added 2 commits February 29, 2024 23:36
Copy link
Collaborator

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thanks for ensuring consistent grammar 👍

@marvinhagemeister marvinhagemeister changed the title Fix inconsistency and grammar in help messages fix: inconsistency and grammar in help messages Feb 29, 2024
@marvinhagemeister marvinhagemeister merged commit 5abd425 into jsr-io:main Feb 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants