From 97ba3a38a5336e9f593ef25b54fcd175c22b66aa Mon Sep 17 00:00:00 2001 From: Rivan Parmar <77159650+RivanParmar@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:06:48 +0530 Subject: [PATCH] Fix typos and grammar in docs --- docs/README.md | 2 +- docs/contributing/README.md | 6 +++--- docs/contributing/spread-the-word.md | 2 +- docs/cookbook/android/README.md | 2 +- docs/cookbook/kotlin/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index cd5ce11..b9c77cc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ which is also used for tracking of community initiatives. > **DISCLAIMER:** This website is experimental, and under active development. > Please report any issues to [gradle/community/issues](https://github.com/gradle/community/issues), -> all pull requests will be appreciated too! +> any pull requests will be appreciated too! ## Key sections diff --git a/docs/contributing/README.md b/docs/contributing/README.md index 7809877..b90b016 100644 --- a/docs/contributing/README.md +++ b/docs/contributing/README.md @@ -1,7 +1,7 @@ # Contributing to Gradle As in any open-source project, contributions to Gradle are welcome! -Gradle Build Too itself, its documentation, many plugins and tools within Gradle's ecosystem are open-source, +Gradle Build Tool itself, its documentation, many plugins and tools within Gradle's ecosystem are open-source, and you can contribute anywhere. See the links on the left for particular contributing guidelines. @@ -17,7 +17,7 @@ and it may take a while till your changes are merged and released. If you are just starting your journey in open source and do not aim fixing a specific issue impacting you, -iut is highly recommended to start from plugins and smaller repositories +it is highly recommended to start from plugins and smaller repositories where the entry bar is much lower. ## Key Channels @@ -50,7 +50,7 @@ we use issues in the main [gradle/gradle](https://github.com/gradle/gradle/issue Quick links: - [Good First Issues](https://github.com/search?q=org%3Agradle+is%3Aissue+label%3A%22good+first+issue%22+is%3Aopen&type=issues) - - Issues for newcomers who just start contributing to Gradle + Issues for newcomers who want to start contributing to Gradle - [Help Wanted](https://github.com/search?q=org%3Agradle+is%3Aissue+label%3A%22help+wanted%22+is%3Aopen&type=issues) - Issues for more experienced contributors that are open for grabs diff --git a/docs/contributing/spread-the-word.md b/docs/contributing/spread-the-word.md index 30831c3..f950a9c 100644 --- a/docs/contributing/spread-the-word.md +++ b/docs/contributing/spread-the-word.md @@ -41,6 +41,6 @@ Every month, we also start a public Call for Proposals as a GitHub issue in [gra ## Gradle Fellowship The Gradle Fellowship are distinguished engineers from the Gradle community who, through collaboration and advocacy, encourage build tooling best practices. -In addition to large scale community support, Fellows donate their time and talent to help the next generation of Gradle Fellowship members through direct one-on-one mentoring.. +In addition to large scale community support, Fellows donate their time and talent to help the next generation of Gradle Fellowship members through direct one-on-one mentoring. See the list of people on the [Gradle Fellows Page](https://gradle.org/fellowship/). diff --git a/docs/cookbook/android/README.md b/docs/cookbook/android/README.md index b662f22..467c30e 100644 --- a/docs/cookbook/android/README.md +++ b/docs/cookbook/android/README.md @@ -2,7 +2,7 @@ Gradle is one of the most popular build tools in the Android space. It is used for [Kotlin and Kotlin Multiplatform](../kotlin/README.md), -Flutter, React Native, and other toolchains +Flutter, React Native, and other toolchains. ## Official Documentation diff --git a/docs/cookbook/kotlin/README.md b/docs/cookbook/kotlin/README.md index 14a89b4..b18a0e2 100644 --- a/docs/cookbook/kotlin/README.md +++ b/docs/cookbook/kotlin/README.md @@ -1,7 +1,7 @@ # Gradle for Kotlin Gradle is one of the most popular build tools in the Kotlin space, -including classic applications, Kotlin Multiplatform, or [Android](../android/README.md). +including classic applications, Kotlin Multiplatform, and [Android](../android/README.md). ## Official Documentation