Skip to content

Commit 2fd7a1c

Browse files
committed
Fixes in table
1 parent 12abafb commit 2fd7a1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/_includes/content/spec-field-screen-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_<tr>
1+
<tr>
22
<td markdown="span">`name`</td>
33
<td markdown="span">*optional*</td>
44
<td markdown="span">String</td>

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@ POST https://api.segment.io/v1/batch
395395
```
396396

397397
<table>
398-
<tr>
399-
<th>Field</th>
400-
<th></th>
401-
<th>Type</th>
402-
<th>Description</th>
403-
</tr>
398+
<tr>
399+
<th>Field</th>
400+
<th></th>
401+
<th>Type</th>
402+
<th>Description</th>
403+
</tr>
404404
<tr>
405405
<td>`batch` _Array_</td>
406406
<td>An array of Identify, Group, Track, Page and Screen method calls. Each call **must** have an `type` property with a valid method name.</td>
@@ -488,4 +488,4 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup
488488

489489
### Experiencing `5xx` errors
490490

491-
If you're experiencing `5xx` errors, refresh the IP address you use to invoke Segment's HTTP API.
491+
If you're experiencing `5xx` errors, refresh the IP address you use to invoke Segment's HTTP API.

0 commit comments

Comments
 (0)