-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Polish README #24981
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
Polish README #24981
Conversation
vladdoster
commented
Jan 23, 2021
- correct punctuation
- improve readability
- reduce verbiage
- correct grammar
- improve readability and intent for a non-native English speaker (me)
@vladdoster Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@vladdoster Thank you for signing the Contributor License Agreement! |
Thanks for the PR, @vladdoster. A number of these are a question of style. @Buzzardo, could you please review this one? |
README.adoc
Outdated
@@ -12,7 +12,7 @@ Our primary goals are: | |||
|
|||
* Provide a radically faster and widely accessible getting started experience for all Spring development. | |||
* Be opinionated out of the box, but get out of the way quickly as requirements start to diverge from the defaults. | |||
* Provide a range of non-functional features that are common to large classes of projects (e.g. embedded servers, security, metrics, health checks, externalized configuration). | |||
* Provide a range of non-functional features common to large classes of projects (e.g., embedded servers, security, metrics, health checks, externalized configuration). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"e.g." should be "for example." (We avoid Latin, especially the abbreviations. Not your fault, I know. If you don't fix it, I will.)
Like other Spring Boot auto-configuration modules, spring-boot-test-autoconfigure, provides auto-configuration for tests based on the classpath. | ||
It includes a number of annotations that can be used to automatically configure a slice of your application that needs to be tested. | ||
Like other Spring Boot auto-configuration modules, spring-boot-test-autoconfigure provides auto-configuration for tests based on the classpath. | ||
It includes many annotations that can automatically configure a slice of your application that needs to be tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've done good work in this PR. This bit is especially well done.
I know I made a lot of comments. (I'm very particular, both by nature and because it's my job.) However, this work is well done and much appreciated. I also now realize that I have not gone through the README files for our various projects. I will do so. Thanks for that prompt and for the PR. |
@vladdoster do you have the time to act on the review and update your contribution? |
This slipped through the cracks. It will be done today. |
@vladdoster how is it going? Let me know if you want me to take over. |
- correct punctuation - improve readability - reduce verbiage - correct grammar
@vladdoster thank you for the follow-up and for making your first contribution to Spring Boot. |