Some grammar updates.

This commit is contained in:
Michael Ressler 2017-05-02 10:50:03 -04:00
parent 6c4ccf331e
commit aa395979d6
3 changed files with 5 additions and 5 deletions

View file

@ -146,7 +146,7 @@ Congratulations, you have successfully installed Apache Zeppelin! Here are few s
* Manage your [notebook permission](../security/notebook_authorization.html).
* For more informations, go to **More** -> **Security** section.
#### Other useful informations ...
#### Other useful information ...
* Learn how [Display System](../displaysystem/basicdisplaysystem.html) works.
* Use [Service Manager](#start-apache-zeppelin-with-a-service-manager) to start Zeppelin.
* If you're using previous version please see [Upgrade Zeppelin version](./upgrade.html).

View file

@ -70,7 +70,7 @@ For multi-selection, you can create a checkbox form using `${checkbox:formName=d
<img src="../assets/themes/zeppelin/img/screenshots/form_checkbox.png">
Besides, you can specify the delimiter using `${checkbox(delimiter):formName=...}`:
You can specify the delimiter using `${checkbox(delimiter):formName=...}`:
<img src="../assets/themes/zeppelin/img/screenshots/form_checkbox_delimiter.png">
@ -84,9 +84,9 @@ Even if you uncheck this option, still you can run it by pressing `Enter`.
## Creates Programmatically
Some language backend uses programmatic way to create form. For example [ZeppelinContext](../interpreter/spark.html#zeppelincontext) provides form creation API
Some language backends can programmatically create forms. For example [ZeppelinContext](../interpreter/spark.html#zeppelincontext) provides a form creation API
Here're some examples.
Here are some examples:
### Text input form
<div class="codetabs">

View file

@ -25,7 +25,7 @@ limitations under the License.
## Main home
The first time you connect to Zeppelin, you'll land at the main page similar to the below screen capture.
The first time you connect to Zeppelin ([default installations start on http://localhost:8080](http://localhost:8080/)), you'll land at the main page similar to the below screen capture.
<img src="../assets/themes/zeppelin/img/ui-img/homepage.png" />