Repository: spark-website Updated Branches: refs/heads/asf-site 066dfa274 -> ecf94f284
Fix typo in contributing.md: 'h elping' -> 'helping' Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/ecf94f28 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/ecf94f28 Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/ecf94f28 Branch: refs/heads/asf-site Commit: ecf94f284548c05eefb6ee330d18e1b99920e3b2 Parents: 066dfa2 Author: Lee Dongjin <[email protected]> Authored: Thu Dec 22 14:16:35 2016 +0900 Committer: Sean Owen <[email protected]> Committed: Fri Dec 23 14:20:03 2016 +0000 ---------------------------------------------------------------------- contributing.md | 4 ++-- site/contributing.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark-website/blob/ecf94f28/contributing.md ---------------------------------------------------------------------- diff --git a/contributing.md b/contributing.md index 5ee066f..72b9f14 100644 --- a/contributing.md +++ b/contributing.md @@ -12,8 +12,8 @@ including what is required before submitting a code change. Contributing to Spark doesn't just mean writing code. Helping new users on the mailing list, testing releases, and improving documentation are also welcome. In fact, proposing significant -code changes usually requires first gaining experience and credibility within the community by h -elping in other ways. This is also a guide to becoming an effective contributor. +code changes usually requires first gaining experience and credibility within the community by +helping in other ways. This is also a guide to becoming an effective contributor. So, this guide organizes contributions in order that they should probably be considered by new contributors who intend to get involved long-term. Build some track record of helping others, http://git-wip-us.apache.org/repos/asf/spark-website/blob/ecf94f28/site/contributing.html ---------------------------------------------------------------------- diff --git a/site/contributing.html b/site/contributing.html index be01615..899c0c0 100644 --- a/site/contributing.html +++ b/site/contributing.html @@ -197,8 +197,8 @@ including what is required before submitting a code change.</p> <p>Contributing to Spark doesn’t just mean writing code. Helping new users on the mailing list, testing releases, and improving documentation are also welcome. In fact, proposing significant -code changes usually requires first gaining experience and credibility within the community by h -elping in other ways. This is also a guide to becoming an effective contributor.</p> +code changes usually requires first gaining experience and credibility within the community by +helping in other ways. This is also a guide to becoming an effective contributor.</p> <p>So, this guide organizes contributions in order that they should probably be considered by new contributors who intend to get involved long-term. Build some track record of helping others, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
