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 2019/11/26 23:34:06 UTC

[spark-website] branch asf-site updated: Fix rogue -> rouge in docs documentation

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 2e4afc0  Fix rogue -> rouge in docs documentation
2e4afc0 is described below

commit 2e4afc062b5c47d3ec5268c96fa214e697f2d081
Author: Sean Owen <se...@databricks.com>
AuthorDate: Tue Nov 26 17:33:52 2019 -0600

    Fix rogue -> rouge in docs documentation
    
    Author: Sean Owen <se...@databricks.com>
    
    Closes #234 from srowen/Rouge.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d758e0c..0753aab 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Building the site requires [Jekyll](http://jekyllrb.com/docs) 3.3.0 or newer.
 The easiest way to install jekyll is via a Ruby Gem. This will create a directory called `site` 
 containing `index.html` as well as the rest of the compiled directories and files.
 
-To install Jekyll and its required dependencies, execute `sudo gem install jekyll rogue`.
+To install Jekyll and its required dependencies, execute `sudo gem install jekyll rouge`.
 See also https://github.com/apache/spark/blob/master/docs/README.md
 
 You can generate the html website by running `jekyll build` in this directory. Use the `--watch` 


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