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 2019/03/12 00:05:01 UTC

[zeppelin] branch master updated: Fix misspelled word

This is an automated email from the ASF dual-hosted git repository.

moon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new aa25770  Fix misspelled word
aa25770 is described below

commit aa257701cf15ee3642cdf8e839f5299fcf4efab0
Author: gignac-cha <38...@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 <38...@users.noreply.github.com>
    
    Closes #3295 from gignac-cha/patch-1 and squashes the following commits:
    
    fce70ffa6 [gignac-cha] Fix misspelled word
---
 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 942ef57..145cb14 100644
--- a/docs/setup/basics/how_to_build.md
+++ b/docs/setup/basics/how_to_build.md
@@ -143,7 +143,7 @@ enable 3rd party vendor repository (Cloudera, Hortonworks)
 
 #### -Pexamples (optional)
 
-Bulid examples under zeppelin-examples directory
+Build examples under zeppelin-examples directory
 
 
 ### Build command examples