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