Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/displaysystem/basicdisplaysystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand All @@ -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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it should be seperated -> separated

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you


<img src="/assets/themes/zeppelin/img/screenshots/display_table.png" />

Expand Down