Skip to content

Commit

Permalink
[SPARK-8639] [DOCS] Fixed Minor Typos in Documentation
Browse files Browse the repository at this point in the history
Ticket: [SPARK-8639](https://issues.apache.org/jira/browse/SPARK-8639)

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

Author: Rosstin <[email protected]>

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

6c18058 [Rosstin] fixed minor typos in docs/README.md and docs/api.md
  • Loading branch information
Rosstin authored and srowen committed Jun 27, 2015
1 parent 9d11817 commit b5a6663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b5a6663

Please sign in to comment.