Skip to content

Commit

Permalink
Merge pull request #64 from RivanParmar/docs/fix-typos
Browse files Browse the repository at this point in the history
Fix typos and grammar in docs
  • Loading branch information
oleg-nenashev authored Aug 23, 2024
2 parents 7d07db5 + 97ba3a3 commit b6ebd7a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/spread-the-word.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion docs/cookbook/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook/kotlin/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b6ebd7a

Please sign in to comment.