From aa395979d6230a7bdda690bab00b844b4393955c Mon Sep 17 00:00:00 2001 From: Michael Ressler Date: Tue, 2 May 2017 10:50:03 -0400 Subject: [PATCH] Some grammar updates. --- docs/install/install.md | 2 +- docs/manual/dynamicform.md | 6 +++--- docs/quickstart/explorezeppelinui.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/install/install.md b/docs/install/install.md index c360538356e..506499342ed 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -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). diff --git a/docs/manual/dynamicform.md b/docs/manual/dynamicform.md index ab85024edd4..b42bd154d87 100644 --- a/docs/manual/dynamicform.md +++ b/docs/manual/dynamicform.md @@ -70,7 +70,7 @@ For multi-selection, you can create a checkbox form using `${checkbox:formName=d -Besides, you can specify the delimiter using `${checkbox(delimiter):formName=...}`: +You can specify the delimiter using `${checkbox(delimiter):formName=...}`: @@ -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
diff --git a/docs/quickstart/explorezeppelinui.md b/docs/quickstart/explorezeppelinui.md index 22b2b1c19d2..e6276b4285b 100644 --- a/docs/quickstart/explorezeppelinui.md +++ b/docs/quickstart/explorezeppelinui.md @@ -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.