Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To make it easier for your PRs to receive reviews,

* Follow [good coding guidelines](https://github.com/golang/go/wiki/CodeReviewComments).
* Write [good commit messages](https://chris.beams.io/posts/git-commit/).
* Break down large chunks of modification into smaller unites that are logically independent and easy to understand.
* Break down large chunks of modification into smaller units that are logically independent and easy to understand.
* Label your PRs properly so that they can be sent to appropriate reviewers. The bot will help you through the entire PR submission process.


Expand Down