diff --git a/docs/development/howtocontributewebsite.md b/docs/development/howtocontributewebsite.md index 2ee299b40aa..0c2bafc5b64 100644 --- a/docs/development/howtocontributewebsite.md +++ b/docs/development/howtocontributewebsite.md @@ -62,7 +62,7 @@ When you are ready, just make a pull-request. ## Alternative way -You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediatly. +You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediately. ## Stay involved Contributors should join the Zeppelin mailing lists. diff --git a/docs/install/install.md b/docs/install/install.md index da4630fcbb9..7ae0d9002a8 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -188,7 +188,7 @@ Congratulations, you have successfully installed Apache Zeppelin! Here are two n * If you need more configuration for Apache Zeppelin, jump to the next section: [Apache Zeppelin Configuration](#apache-zeppelin-configuration). #### If you need more information about Spark or JDBC interpreter settings... - * Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more informtation, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html). + * Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more information, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html). * You can also use generic JDBC connections in Apache Zeppelin. Go to [Generic JDBC Interpreter for Apache Zeppelin](../interpreter/jdbc.html). #### If you are in a multi-user environment... diff --git a/docs/install/virtual_machine.md b/docs/install/virtual_machine.md index 45aa00f997b..d30dbb8d9ca 100644 --- a/docs/install/virtual_machine.md +++ b/docs/install/virtual_machine.md @@ -75,7 +75,7 @@ into a directory on your host machine, or directly in your virtual machine. Cloning Zeppelin into the `/scripts/vagrant/zeppelin-dev` directory from the host, will allow the directory to be shared between your host and the guest machine. -Cloning the project again may seem counter intuitive, since this script likley originated from the project repository. Consider copying just the vagrant/zeppelin-dev script from the Zeppelin project as a stand alone directory, then once again clone the specific branch you wish to build. +Cloning the project again may seem counter intuitive, since this script likely originated from the project repository. Consider copying just the vagrant/zeppelin-dev script from the Zeppelin project as a stand alone directory, then once again clone the specific branch you wish to build. Synced folders enable Vagrant to sync a folder on the host machine to the guest machine, allowing you to continue working on your project's files on your host machine, but use the resources in the guest machine to compile or run your project. _[(1) Synced Folder Description from Vagrant Up](https://docs.vagrantup.com/v2/synced-folders/index.html)_ diff --git a/docs/manual/interpreterinstallation.md b/docs/manual/interpreterinstallation.md index e301f20eecd..4999f613714 100644 --- a/docs/manual/interpreterinstallation.md +++ b/docs/manual/interpreterinstallation.md @@ -85,7 +85,7 @@ If you install one of these interpreters only with `--name` option, installer wi ``` #### Install Spark interpreter built with Scala 2.10 -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: +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: ``` rm -rf ./interpreter/spark diff --git a/docs/manual/interpreters.md b/docs/manual/interpreters.md index 0aeabac8e16..4844f95b3ed 100644 --- a/docs/manual/interpreters.md +++ b/docs/manual/interpreters.md @@ -79,7 +79,7 @@ interpreter.start() ``` -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: +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: diff --git a/docs/manual/notebookashomepage.md b/docs/manual/notebookashomepage.md index c98e7cb4bc6..1fadccec607 100644 --- a/docs/manual/notebookashomepage.md +++ b/docs/manual/notebookashomepage.md @@ -59,17 +59,17 @@ or ```zeppelin.notebook.homescreen.hide``` property to hide the new notebook fro Restart your Zeppelin server ``` -./bin/zeppelin-deamon stop -./bin/zeppelin-deamon start +./bin/zeppelin-daemon stop +./bin/zeppelin-daemon start ``` That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
-## Show notebooks list in your custom homepage -If you want to display the list of notebooks on your custom Apache Zeppelin homepage all +## Show notes list in your custom homepage +If you want to display the list of notes on your custom Apache Zeppelin homepage all you need to do is use our %angular support. -Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list. +Add the following code to a paragraph in you home page and run it... Voila! You have your notes list. ```javascript println(