You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2020/06/01 11:59:19 UTC

[flink-web] branch asf-site updated: [hotfix] Fix typo in reviewing-prs.md (#343)

This is an automated email from the ASF dual-hosted git repository.

hequn pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f044923  [hotfix] Fix typo in reviewing-prs.md (#343)
f044923 is described below

commit f04492316216542d8c5bab9d30df1541d21fb9aa
Author: yangqu <qu...@126.com>
AuthorDate: Mon Jun 1 19:59:08 2020 +0800

    [hotfix] Fix typo in reviewing-prs.md (#343)
---
 content/contributing/reviewing-prs.html | 2 +-
 contributing/reviewing-prs.md           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/contributing/reviewing-prs.html b/content/contributing/reviewing-prs.html
index e222635..447c2e2 100644
--- a/content/contributing/reviewing-prs.html
+++ b/content/contributing/reviewing-prs.html
@@ -214,7 +214,7 @@
 
 	<hr />
 
-<p>This guide is for all committers and contributors that want to help with reviewing code contributions. Thank you for your effort - good reviews are one the most important and crucial parts of an open source project. This guide should help the community to make reviews such that:</p>
+<p>This guide is for all committers and contributors that want to help with reviewing code contributions. Thank you for your effort - good reviews are one of the most important and crucial parts of an open source project. This guide should help the community to make reviews such that:</p>
 
 <ul>
   <li>Contributors have a good contribution experience.</li>
diff --git a/contributing/reviewing-prs.md b/contributing/reviewing-prs.md
index 44df543..f8d15fb 100644
--- a/contributing/reviewing-prs.md
+++ b/contributing/reviewing-prs.md
@@ -4,7 +4,7 @@ title:  "How to Review a Pull Request"
 
 <hr />
 
-This guide is for all committers and contributors that want to help with reviewing code contributions. Thank you for your effort - good reviews are one the most important and crucial parts of an open source project. This guide should help the community to make reviews such that:
+This guide is for all committers and contributors that want to help with reviewing code contributions. Thank you for your effort - good reviews are one of the most important and crucial parts of an open source project. This guide should help the community to make reviews such that:
 
 * Contributors have a good contribution experience.
 * Our reviews are structured and check all important aspects of a contribution.