[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 <asterazul@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
This commit is contained in:
Rosstin 2015-06-27 08:47:00 +03:00 committed by Sean Owen
parent 9d11817765
commit b5a6663da2
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ in some cases:
$ sudo gem install jekyll $ sudo gem install jekyll
$ sudo gem install jekyll-redirect-from $ 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. called `_site` containing index.html as well as the rest of the compiled files.
You can modify the default Jekyll build as follows: You can modify the default Jekyll build as follows:

View file

@ -3,7 +3,7 @@ layout: global
title: Spark API Documentation 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 Scala API (Scaladoc)](api/scala/index.html)
- [Spark Java API (Javadoc)](api/java/index.html) - [Spark Java API (Javadoc)](api/java/index.html)