Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.7 b9d8323b7 -> 4803f8ffb


[HOTFIX]. Minor doc fix for back-end-angular.md

### What is this PR for?
The example in the doc would fail due to typo, straightforward fix.

### What type of PR is it?
[Hot Fix]

### Todos
* [ ] - Task

### How should this be tested?
Outline the steps to test the PR here.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjf...@apache.org>

Closes #2307 from zjffdu/doc_hotfix and squashes the following commits:

133fe72 [Jeff Zhang] [HOTFIX]. Minor doc fix for back-end-angular.md

(cherry picked from commit 2a06292c1fcc64ea4e503a29212a179f93699b07)
Signed-off-by: Jeff Zhang <zjf...@apache.org>


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

Branch: refs/heads/branch-0.7
Commit: 4803f8ffb7c065decceecc4c12f0334fdb37a15a
Parents: b9d8323
Author: Jeff Zhang <zjf...@apache.org>
Authored: Tue May 2 18:03:11 2017 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Wed May 3 10:28:23 2017 +0800

----------------------------------------------------------------------
 docs/displaysystem/back-end-angular.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4803f8ff/docs/displaysystem/back-end-angular.md
----------------------------------------------------------------------
diff --git a/docs/displaysystem/back-end-angular.md 
b/docs/displaysystem/back-end-angular.md
index 432036c..fb43ea4 100644
--- a/docs/displaysystem/back-end-angular.md
+++ b/docs/displaysystem/back-end-angular.md
@@ -112,7 +112,7 @@ import AngularElem._
 ### Display Element
 ```scala
 // automatically convert to string and print with %angular display system 
directive in front.
-<div><div>.display
+<div></div>.display
 ```
 ### Event Handler
 ```scala

Reply via email to