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 2015/06/27 07:48:51 UTC

spark git commit: [SPARK-8639] [DOCS] Fixed Minor Typos in Documentation

Repository: spark
Updated Branches:
  refs/heads/master 9d1181776 -> b5a6663da


[SPARK-8639] [DOCS] Fixed Minor Typos in Documentation

Ticket: [SPARK-8639](https://issues.apache.org/jira/browse/SPARK-8639)

fixed minor typos in docs/README.md and docs/api.md

Author: Rosstin <as...@gmail.com>

Closes #7046 from Rosstin/SPARK-8639 and squashes the following commits:

6c18058 [Rosstin] fixed minor typos in docs/README.md and docs/api.md


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b5a6663d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b5a6663d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b5a6663d

Branch: refs/heads/master
Commit: b5a6663da28198c905df27534cd123360a9bbef1
Parents: 9d11817
Author: Rosstin <as...@gmail.com>
Authored: Sat Jun 27 08:47:00 2015 +0300
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat Jun 27 08:47:00 2015 +0300

----------------------------------------------------------------------
 docs/README.md | 2 +-
 docs/api.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b5a6663d/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 5852f97..d7652e9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -28,7 +28,7 @@ in some cases:
     $ sudo gem install jekyll
     $ sudo gem install jekyll-redirect-from
 
-Execute `jekyll` from the `docs/` directory. Compiling the site with Jekyll will create a directory
+Execute `jekyll build` from the `docs/` directory to compile the site. Compiling the site with Jekyll will create a directory
 called `_site` containing index.html as well as the rest of the compiled files.
 
 You can modify the default Jekyll build as follows:

http://git-wip-us.apache.org/repos/asf/spark/blob/b5a6663d/docs/api.md
----------------------------------------------------------------------
diff --git a/docs/api.md b/docs/api.md
index 45df77a..ae7d51c 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -3,7 +3,7 @@ layout: global
 title: Spark API Documentation
 ---
 
-Here you can API docs for Spark and its submodules.
+Here you can read API docs for Spark and its submodules.
 
 - [Spark Scala API (Scaladoc)](api/scala/index.html)
 - [Spark Java API (Javadoc)](api/java/index.html)


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