Skip to content

Commit b5a6663

Browse files
Rosstinsrowen
authored andcommitted
[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 apache#7046 from Rosstin/SPARK-8639 and squashes the following commits: 6c18058 [Rosstin] fixed minor typos in docs/README.md and docs/api.md
1 parent 9d11817 commit b5a6663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in some cases:
2828
$ sudo gem install jekyll
2929
$ sudo gem install jekyll-redirect-from
3030

31-
Execute `jekyll` from the `docs/` directory. Compiling the site with Jekyll will create a directory
31+
Execute `jekyll build` from the `docs/` directory to compile the site. Compiling the site with Jekyll will create a directory
3232
called `_site` containing index.html as well as the rest of the compiled files.
3333

3434
You can modify the default Jekyll build as follows:

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: global
33
title: Spark API Documentation
44
---
55

6-
Here you can API docs for Spark and its submodules.
6+
Here you can read API docs for Spark and its submodules.
77

88
- [Spark Scala API (Scaladoc)](api/scala/index.html)
99
- [Spark Java API (Javadoc)](api/java/index.html)

0 commit comments

Comments
 (0)