Skip to content

Commit aa39597

Browse files
committed
Some grammar updates.
1 parent 6c4ccf3 commit aa39597

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/install/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Congratulations, you have successfully installed Apache Zeppelin! Here are few s
146146
* Manage your [notebook permission](../security/notebook_authorization.html).
147147
* For more informations, go to **More** -> **Security** section.
148148

149-
#### Other useful informations ...
149+
#### Other useful information ...
150150
* Learn how [Display System](../displaysystem/basicdisplaysystem.html) works.
151151
* Use [Service Manager](#start-apache-zeppelin-with-a-service-manager) to start Zeppelin.
152152
* If you're using previous version please see [Upgrade Zeppelin version](./upgrade.html).

docs/manual/dynamicform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For multi-selection, you can create a checkbox form using `${checkbox:formName=d
7070

7171
<img src="../assets/themes/zeppelin/img/screenshots/form_checkbox.png">
7272

73-
Besides, you can specify the delimiter using `${checkbox(delimiter):formName=...}`:
73+
You can specify the delimiter using `${checkbox(delimiter):formName=...}`:
7474

7575
<img src="../assets/themes/zeppelin/img/screenshots/form_checkbox_delimiter.png">
7676

@@ -84,9 +84,9 @@ Even if you uncheck this option, still you can run it by pressing `Enter`.
8484

8585
## Creates Programmatically
8686

87-
Some language backend uses programmatic way to create form. For example [ZeppelinContext](../interpreter/spark.html#zeppelincontext) provides form creation API
87+
Some language backends can programmatically create forms. For example [ZeppelinContext](../interpreter/spark.html#zeppelincontext) provides a form creation API
8888

89-
Here're some examples.
89+
Here are some examples:
9090

9191
### Text input form
9292
<div class="codetabs">

docs/quickstart/explorezeppelinui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525

2626
## Main home
2727

28-
The first time you connect to Zeppelin, you'll land at the main page similar to the below screen capture.
28+
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.
2929

3030
<img src="../assets/themes/zeppelin/img/ui-img/homepage.png" />
3131

0 commit comments

Comments
 (0)