Skip to content

Commit 7b703a7

Browse files
authored
Merge pull request #1 from minahlee/fix_typo
Fix more typo
2 parents 190ac05 + 28fc9ce commit 7b703a7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/install/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ Congratulations, you have successfully installed Apache Zeppelin! Here are two n
187187
* After getting familiar with the Apache Zeppelin UI, have fun with a short walk-through [Tutorial](../quickstart/tutorial.html) that uses the Apache Spark backend.
188188
* If you need more configuration for Apache Zeppelin, jump to the next section: [Apache Zeppelin Configuration](#apache-zeppelin-configuration).
189189

190-
#### If you need more information about Spark or JDBC interpreter setting
191-
* Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For the further information, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html).
192-
* Also, you can use generic JDBC connections in Apache Zeppelin. Go to [Generic JDBC Interpreter for Apache Zeppelin](../interpreter/jdbc.html).
190+
#### If you need more information about Spark or JDBC interpreter settings...
191+
* Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more information, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html).
192+
* You can also use generic JDBC connections in Apache Zeppelin. Go to [Generic JDBC Interpreter for Apache Zeppelin](../interpreter/jdbc.html).
193193

194194
#### If you are in a multi-user environment...
195195
* You can set permissions for your notebooks and secure data resource in a multi-user environment. Go to **More** -> **Security** section.

docs/manual/interpreterinstallation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you install one of these interpreters only with `--name` option, installer wi
8585
```
8686

8787
#### Install Spark interpreter built with Scala 2.10
88-
Spark distribution package has been built with Scala 2.10 until 1.6.2. If you have `SPARK_HOME` set pointing to Spark version ealier than 2.0.0, you need to download Spark interpreter packaged with Scala 2.10. To do so, use follow command:
88+
Spark distribution package has been built with Scala 2.10 until 1.6.2. If you have `SPARK_HOME` set pointing to Spark version earlier than 2.0.0, you need to download Spark interpreter packaged with Scala 2.10. To do so, use follow command:
8989

9090
```
9191
rm -rf ./interpreter/spark

docs/manual/notebookashomepage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ or ```zeppelin.notebook.homescreen.hide``` property to hide the new notebook fro
5959
Restart your Zeppelin server
6060

6161
```
62-
./bin/zeppelin-deamon stop
63-
./bin/zeppelin-deamon start
62+
./bin/zeppelin-daemon stop
63+
./bin/zeppelin-daemon start
6464
```
6565
That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
6666

6767
<br />
68-
## Show notebooks list in your custom homepage
69-
If you want to display the list of notebooks on your custom Apache Zeppelin homepage all
68+
## Show notes list in your custom homepage
69+
If you want to display the list of notes on your custom Apache Zeppelin homepage all
7070
you need to do is use our %angular support.
7171

72-
Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list.
72+
Add the following code to a paragraph in you home page and run it... Voila! You have your notes list.
7373

7474
```javascript
7575
println(

0 commit comments

Comments
 (0)