Skip to content

Commit 28fc9ce

Browse files
committed
Fix more typos
1 parent a55ae4a commit 28fc9ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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)