This is an automated email from the ASF dual-hosted git repository. moon pushed a commit to branch branch-0.8 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.8 by this push: new 009dc12 Fix misspelled word 009dc12 is described below commit 009dc12f8e8a9897fcba19f8624b8b03baa4d600 Author: gignac-cha <38489680+gignac-...@users.noreply.github.com> AuthorDate: Thu Jan 31 18:52:03 2019 +0900 Fix misspelled word ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html ### What type of PR is it? [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring] ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? Author: gignac-cha <38489680+gignac-...@users.noreply.github.com> Closes #3295 from gignac-cha/patch-1 and squashes the following commits: fce70ffa6 [gignac-cha] Fix misspelled word (cherry picked from commit aa257701cf15ee3642cdf8e839f5299fcf4efab0) Signed-off-by: Lee moon soo <m...@apache.org> --- docs/setup/basics/how_to_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/basics/how_to_build.md b/docs/setup/basics/how_to_build.md index 85a59ca..0d81152 100644 --- a/docs/setup/basics/how_to_build.md +++ b/docs/setup/basics/how_to_build.md @@ -167,7 +167,7 @@ Available profiles are #### -Pexamples (optional) -Bulid examples under zeppelin-examples directory +Build examples under zeppelin-examples directory ### Build command examples