Skip to content

Commit c1d1eb9

Browse files
authored
Merge pull request #5589 from segmentio/DOC-747
small fixes
2 parents 84feeae + 02cf98f commit c1d1eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/apple/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're using a previous Segment mobile library such as Analytics-iOS, follow
3131

3232
<br> You have now added Analytics-Swift to your project. Segment and Sovran show as Swift package dependencies. You can remove the analytics-iOS SDK from your app.
3333

34-
## 1.b) Modify your initialized instance.
34+
### 1.b) Modify your initialized instance.
3535

3636
{% codeexample %}
3737
{% codeexampletab Swift%}

src/connections/spec/video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ All playback events share the same event properties that describe information ab
4343
| `ad_enabled` | Boolean | `false` if the user has adblock or any other ad blockers, otherwise `true` if they can view your video ads. |
4444
| `quality` | String | The quality of the video, for example, `highres`, `hd1080`, or `480p`. |
4545
| `method` | String | **For Video Playback Interrupted events only**, you can send this property denoting how the playback was interrupted (such as `browser redirect`, `device lock`, or `call`). |
46-
| `livestream` | Boolean | If the playback will be a livetream, send `true`, otherwise `false`. |
46+
| `livestream` | Boolean | If the playback will be a livestream, send `true`, otherwise `false`. |
4747

4848
### Playback events
4949
Below is the full list of Video Playback Events.

0 commit comments

Comments
 (0)