[SPARK-30426][SS][DOC] Fix the disorder of structured-streaming-kafka-integration page

### What changes were proposed in this pull request?
Fix the disorder of `structured-streaming-kafka-integration` page caused by #23747.

### Why are the changes needed?
A typo messed up the HTML page.

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
Locally test by Jekyll.
Before:
![image](https://user-images.githubusercontent.com/4833765/71793803-6c0a1e80-3079-11ea-8fce-f0f94fd6929c.png)
After:
![image](https://user-images.githubusercontent.com/4833765/71793807-72989600-3079-11ea-9e12-f83437eeb7c0.png)

Closes #27098 from xuanyuanking/SPARK-30426.

Authored-by: Yuanjian Li <xyliyuanjian@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
This commit is contained in:
Yuanjian Li 2020-01-06 12:26:02 +08:00 committed by Wenchen Fan
parent f8cfefaf8d
commit bc16bb1dd0

View file

@ -367,7 +367,7 @@ The following configurations are optional:
<td>json string <td>json string
""" {"topicA":{"0": 1000, "1": 1000}, "topicB": {"0": 2000, "1": 2000}} """ """ {"topicA":{"0": 1000, "1": 1000}, "topicB": {"0": 2000, "1": 2000}} """
</td> </td>
<td>none (the value of <code>startingOffsets<code/> will apply)</td> <td>none (the value of <code>startingOffsets</code> will apply)</td>
<td>streaming and batch</td> <td>streaming and batch</td>
<td>The start point of timestamp when a query is started, a json string specifying a starting timestamp for <td>The start point of timestamp when a query is started, a json string specifying a starting timestamp for
each TopicPartition. The returned offset for each partition is the earliest offset whose timestamp is greater than or each TopicPartition. The returned offset for each partition is the earliest offset whose timestamp is greater than or