You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2017/05/03 15:00:08 UTC

zeppelin git commit: Some grammar updates.

Repository: zeppelin
Updated Branches:
  refs/heads/master 73ae291b0 -> e4f399f1b


Some grammar updates.

### What is this PR for?
Just noticed some grammar inconsistencies that I thought I could clean up while getting myself started on Zeppelin. Thanks for a great project!

### What type of PR is it?
Documentation

Author: Michael Ressler <mr...@diamondkinetics.com>

Closes #2308 from mressler/master and squashes the following commits:

aa39597 [Michael Ressler] Some grammar updates.


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/e4f399f1
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/e4f399f1
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/e4f399f1

Branch: refs/heads/master
Commit: e4f399f1b021d763271eb436410d179719e5ac03
Parents: 73ae291
Author: Michael Ressler <mr...@diamondkinetics.com>
Authored: Tue May 2 10:50:03 2017 -0400
Committer: Lee moon soo <mo...@apache.org>
Committed: Wed May 3 10:59:57 2017 -0400

----------------------------------------------------------------------
 docs/install/install.md              | 2 +-
 docs/manual/dynamicform.md           | 6 +++---
 docs/quickstart/explorezeppelinui.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e4f399f1/docs/install/install.md
----------------------------------------------------------------------
diff --git a/docs/install/install.md b/docs/install/install.md
index c360538..5064993 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).

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e4f399f1/docs/manual/dynamicform.md
----------------------------------------------------------------------
diff --git a/docs/manual/dynamicform.md b/docs/manual/dynamicform.md
index ab85024..b42bd15 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
 
 <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">

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e4f399f1/docs/quickstart/explorezeppelinui.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/explorezeppelinui.md b/docs/quickstart/explorezeppelinui.md
index 22b2b1c..e6276b4 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.
 
 <img src="../assets/themes/zeppelin/img/ui-img/homepage.png" />