Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 3 additions & 3 deletions docs/manual/dynamicform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand All @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/explorezeppelinui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down