mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix typo
This commit is contained in:
parent
049043551b
commit
1a3e187998
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ With `%html` directive, Zeppelin treats your output as HTML
|
|||
|
||||
## Table
|
||||
|
||||
If you have data that row seperated by '\n' (newline) and column separated by '\t' (tab) with first row as header row, for example
|
||||
If you have data that row separated by '\n' (newline) and column separated by '\t' (tab) with first row as header row, for example
|
||||
|
||||
<img src="/assets/themes/zeppelin/img/screenshots/display_table.png" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue