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 some typos in markdown files #25275

Merged
merged 2 commits into from Feb 21, 2024
Merged

Conversation

qmonmert
Copy link
Contributor


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

BLUEPRINTS.md Outdated
@@ -43,6 +43,6 @@ For this reason try to _avoid exact version at blueprint dependencies_ and disab
- priorities names are static constants at the generator class.
`get initializing() {}` -> `get [Generator.INITIALIZING]() {}`
Motivation can be found at https://github.com/jhipster/generator-jhipster/blob/main/rfcs/3-jhipster-rfc-unambiguous-priorities.md.
- many property migration can be warned by enabling `jhipster7Migration` feature at the constructor.
- much property migration can be warned by enabling `jhipster7Migration` feature at the constructor.
Copy link
Member

Choose a reason for hiding this comment

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

much looks weird to me, not a native speaker.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think "many" sounds better, but I'm also trying to understand what the sentence should say. Are you trying to say many properties can be migrated automatically, or the deprecated ones can be printed to the console?

Copy link
Member

Choose a reason for hiding this comment

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

Removed properties will work but printed to console.
Won't work with the flag disabled.

BLUEPRINTS.md Outdated
@@ -1,6 +1,6 @@
# JHipster Blueprints

Blueprints allows to add new features or change current features.
Blueprints allows adding new features or change current features.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Blueprints allows adding new features or change current features.
Blueprints allow adding new features or changing current features.

mraible
mraible previously approved these changes Feb 20, 2024
@DanielFran DanielFran merged commit d6ad03f into jhipster:main Feb 21, 2024
23 checks passed
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
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.

None yet

5 participants