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 2015/05/18 10:27:41 UTC

incubator-zeppelin git commit: Correct typo

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/gh-pages e7bcfb955 -> 1df1d0bc0


Correct typo

Author: gliptak <gl...@gmail.com>

Closes #74 from gliptak/patch-1 and squashes the following commits:

7007c3b [gliptak] Correct typo


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

Branch: refs/heads/gh-pages
Commit: 1df1d0bc04f8efa2d0edeb1b05a6acd9ce387903
Parents: e7bcfb9
Author: gliptak <gl...@gmail.com>
Authored: Fri May 15 13:30:38 2015 -0400
Committer: Lee moon soo <mo...@apache.org>
Committed: Mon May 18 17:27:36 2015 +0900

----------------------------------------------------------------------
 docs/development/howtocontribute.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/1df1d0bc/docs/development/howtocontribute.md
----------------------------------------------------------------------
diff --git a/docs/development/howtocontribute.md b/docs/development/howtocontribute.md
index db026dc..1065a62 100644
--- a/docs/development/howtocontribute.md
+++ b/docs/development/howtocontribute.md
@@ -70,7 +70,7 @@ To build with specific spark / hadoop version
 mvn install -Dspark.version=1.0.1 -Dhadoop.version=2.2.0
 ```
 
-### Run Zepplin server in development mode
+### Run Zeppelin server in development mode
 
 ```
 cd zeppelin-server