GitHub user kjmrknsn opened a pull request:
https://github.com/apache/zeppelin/pull/2672
Fix typo (isNotebokPublic -> isNotebookPublic)
### What is this PR for?
Fix typo (isNotebokPublic -> isNotebookPublic)
### What type of PR is it?
[Refactoring]
### Todos
### What is the Jira issue?
### How should this be tested?
* By unit tests
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kjmrknsn/zeppelin feature/fix-typo
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2672.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2672
----
commit c131dd9c11d1c43abe8b4832a62e7c735ba8221b
Author: Keiji Yoshida <[email protected]>
Date: 2017-11-15T16:30:29Z
Fix typo (isNotebokPublic -> isNotebookPublic)
----
---