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

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2dbffae  Grammar fix, improve PR template
2dbffae is described below

commit 2dbffae2a8de20452d4d61810d6238cb641ae528
Author: fredster33 <64927044+fredste...@users.noreply.github.com>
AuthorDate: Fri Aug 13 18:11:10 2021 -0500

    Grammar fix, improve PR template
    
    By commenting it out, it will still appear when somebody starts a PR, but 
then they do not need to remove it, as it will be gone after saving (but it is 
still visible when editing).
    
    Author: fredster33 <64927044+fredste...@users.noreply.github.com>
    
    Closes #353 from fredster33/asf-site.
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 README.md                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ae08529..9e1ffb3 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1 +1 @@
-*Make sure that you generate site HTML with `bundle exec jekyll build`, and 
include the changes to the HTML in your pull request also. See README.md for 
more information. Please remove this message.*
+<!-- *Make sure that you generate site HTML with `bundle exec jekyll build`, 
and include the changes to the HTML in your pull request. See README.md for 
more information.* -->
diff --git a/README.md b/README.md
index 3fad336..f19ddd7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ In this directory you will find text files formatted using 
Markdown, with an `.m
 
 Building the site requires [Jekyll](http://jekyllrb.com/docs)
 [Rouge](https://github.com/rouge-ruby/rouge).
-The easiest way to install the right version of these tools is using the
+The easiest way to install the right version of these tools is using
 [Bundler](https://bundler.io/) and running `bundle install` in this directory.
 
 See also https://github.com/apache/spark/blob/master/docs/README.md
@@ -38,7 +38,7 @@ project's `/docs` directory.
 
 ## Rouge and Pygments
 
-We also use [rouge](https://github.com/rouge-ruby/rouge) for syntax 
highlighting in documentation markdown pages.
+We also use [Rouge](https://github.com/rouge-ruby/rouge) for syntax 
highlighting in documentation markdown pages.
 Its HTML output is compatible with CSS files designed for 
[Pygments](https://pygments.org/).
 
 To mark a block of code in your markdown to be syntax highlighted by `jekyll` 
during the 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to