mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Typo in spell doc
This commit is contained in:
parent
00d5158437
commit
0851ad1825
1 changed files with 3 additions and 3 deletions
|
|
@ -45,13 +45,13 @@ Helium Spell works like [Helium Visualization](./writingzeppelinvisualization.ht
|
|||
|
||||
### 1. Enabling
|
||||
|
||||
Find a spell what you want to use in `/helium` package and click `enable` button.
|
||||
Find a spell what you want to use in `/helium` package and click `Enable` button.
|
||||
|
||||
<img class="img-responsive" style="width:70%" src="../assets/themes/zeppelin/img/docs-img/writing_spell_registered.png" />
|
||||
|
||||
### 2. Using
|
||||
|
||||
Spell works like interpreter. Thus, use the `magic` to execute spell in a notebook page. (you might need to refresh after enabling)
|
||||
Spell works like interpreter. Thus, use the `MAGIC` to execute spell in a notebook page. (you might need to refresh after enabling)
|
||||
|
||||
<img class="img-responsive" style="width:70%" src="../assets/themes/zeppelin/img/docs-img/writing_spell_using.gif" />
|
||||
|
||||
|
|
@ -210,4 +210,4 @@ You can browse localhost:9000. Everytime refresh your browser, Zeppelin will reb
|
|||
|
||||
### 5. Publish your spell to the npm repository
|
||||
|
||||
See [Publishing npm packages](https://docs.npmjs.com/getting-started/publishing-npm-packages)
|
||||
See [Publishing npm packages](https://docs.npmjs.com/getting-started/publishing-npm-packages)
|
||||
|
|
|
|||
Loading…
Reference in a new issue