mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
spelling error
spelling error responce => response seprated => seperated
This commit is contained in:
parent
9e9ea3aea0
commit
049043551b
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ limitations under the License.
|
|||
|
||||
## Text
|
||||
|
||||
By default, Apache Zeppelin prints interpreter responce as a plain text using `text` display system.
|
||||
By default, Apache Zeppelin prints interpreter response as a plain text using `text` display system.
|
||||
|
||||
<img src="/assets/themes/zeppelin/img/screenshots/display_text.png" />
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ With `%html` directive, Zeppelin treats your output as HTML
|
|||
|
||||
## Table
|
||||
|
||||
If you have data that row seprated by '\n' (newline) and column separated by '\t' (tab) with first row as header row, for example
|
||||
If you have data that row seperated 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