Skip to content

Commit 0490435

Browse files
authored
spelling error
spelling error responce => response seprated => seperated
1 parent 9e9ea3a commit 0490435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/displaysystem/basicdisplaysystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525

2626
## Text
2727

28-
By default, Apache Zeppelin prints interpreter responce as a plain text using `text` display system.
28+
By default, Apache Zeppelin prints interpreter response as a plain text using `text` display system.
2929

3030
<img src="/assets/themes/zeppelin/img/screenshots/display_text.png" />
3131

@@ -41,7 +41,7 @@ With `%html` directive, Zeppelin treats your output as HTML
4141

4242
## Table
4343

44-
If you have data that row seprated by '\n' (newline) and column separated by '\t' (tab) with first row as header row, for example
44+
If you have data that row seperated by '\n' (newline) and column separated by '\t' (tab) with first row as header row, for example
4545

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

0 commit comments

Comments
 (0)