Skip to content
Snippets Groups Projects
Commit b5a6663d authored by Rosstin's avatar Rosstin Committed by Sean Owen
Browse files

[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
parent 9d118177
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ in some cases: ...@@ -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:
......
...@@ -3,7 +3,7 @@ layout: global ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment