From 280b8467260af181fbc7cf42ceddbe68e20f4e8f Mon Sep 17 00:00:00 2001 From: Ryu Ah young Date: Tue, 19 Jan 2016 13:08:27 +0900 Subject: [PATCH] (Documentation): Fix some grammar errors in angular.md --- docs/displaysystem/angular.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/displaysystem/angular.md b/docs/displaysystem/angular.md index 036a550ff0..aa15144347 100644 --- a/docs/displaysystem/angular.md +++ b/docs/displaysystem/angular.md @@ -22,10 +22,10 @@ limitations under the License. ## Angular Display System in Zeppelin -Angular display system treats output as an view template of [AngularJS](https://angularjs.org/). -It compiles templates and displays inside of Zeppelin. +Angular display system treats output as a view template for [AngularJS](https://angularjs.org/). +It compiles templates and displays them inside of Zeppelin. -Zeppelin provides gateway between your interpreter and your compiled **AngularJS view** templates. +Zeppelin provides a gateway between your interpreter and your compiled **AngularJS view** templates. Therefore, you can not only update scope variables from your interpreter but also watch them in the interpreter, which is JVM process. ### Print AngularJS view