Skip to content

Commit 190ac05

Browse files
kk
authored andcommitted
fix words
1 parent 01ce71b commit 190ac05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/development/howtocontributewebsite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When you are ready, just make a pull-request.
6262

6363
## Alternative way
6464

65-
You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediatly.
65+
You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediately.
6666

6767
## Stay involved
6868
Contributors should join the Zeppelin mailing lists.

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 settings...
191-
* Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more informtation, 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).
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).
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/interpreters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ interpreter.start()
7979
8080
```
8181

82-
The above code will start interpreter thread inside your process. Once the interpreter is started you can configure zeppelin to connect to RemoteInterpreter by checking **Connect to existing process** checkbox and then provide **Host** and **Port** on which interpreter porocess is listening as shown in the image below:
82+
The above code will start interpreter thread inside your process. Once the interpreter is started you can configure zeppelin to connect to RemoteInterpreter by checking **Connect to existing process** checkbox and then provide **Host** and **Port** on which interpreter process is listening as shown in the image below:
8383

8484
<img src="../assets/themes/zeppelin/img/screenshots/existing_interpreter.png" width="450px">
8585

0 commit comments

Comments
 (0)