Repository: incubator-zeppelin Updated Branches: refs/heads/gh-pages e7bcfb955 -> 1df1d0bc0
Correct typo Author: gliptak <[email protected]> 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 <[email protected]> Authored: Fri May 15 13:30:38 2015 -0400 Committer: Lee moon soo <[email protected]> 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
