Repository: kylin Updated Branches: refs/heads/master 763b14086 -> 2814ce774
minor, fix typo Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2814ce77 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2814ce77 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2814ce77 Branch: refs/heads/master Commit: 2814ce774c5bfc88f012beac7de9f46692f4aadd Parents: 763b140 Author: lidongsjtu <lid...@apache.org> Authored: Thu Dec 8 18:42:28 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Thu Dec 8 18:42:54 2016 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/cubeOverwriteProp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/2814ce77/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html b/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html index c1a1648..b61c33a 100644 --- a/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html +++ b/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html @@ -59,7 +59,7 @@ <div class="row"> <div class="col-xs-12"> <ol class="text-info"> - <li>Cube level properties will overwrite configuration in kylin.prperties</li> + <li>Cube level properties will overwrite configuration in kylin.properties</li> </ol> </div> </div>