You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2021/08/14 13:55:03 UTC

[spark-website] branch asf-site updated: Additional typo fixes

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 2c6581b  Additional typo fixes
2c6581b is described below

commit 2c6581ba8830cf097ac38e2b3e650205f668e3ca
Author: fredster33 <64...@users.noreply.github.com>
AuthorDate: Sat Aug 14 08:54:52 2021 -0500

    Additional typo fixes
    
    Note: there's a typo in my commit, it's supposed to spell "fixes".
    
    Author: fredster33 <64...@users.noreply.github.com>
    
    Closes #354 from fredster33/asf-site.
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f19ddd7..ea34048 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Using Jekyll via `bundle exec jekyll` locks it to the right version.
 So after this you can generate the html website by running `bundle exec jekyll build` in this
 directory. Use the `--watch` flag to have jekyll recompile your files as you save changes.
 
-In addition to generating the site as HTML from the markdown files, jekyll can serve the site via
+In addition to generating the site as HTML from the Markdown files, jekyll can serve the site via
 a web server. To build the site and run a web server use the command `bundle exec jekyll serve` which runs
 the web server on port 4000, then visit the site at http://localhost:4000.
 
@@ -38,14 +38,14 @@ 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 mark a block of code in your Markdown to be syntax highlighted by `jekyll` during the 
 compile phase, use the following syntax:
 
     {% highlight scala %}
-    // Your scala code goes here, you can replace scala with many other
+    // Your Scala code goes here, you can replace Scala with many other
     // supported languages too.
     {% endhighlight %}
 

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