Skip to content

Commit

Permalink
Reword track description
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Oct 29, 2024
1 parent 3b932d6 commit c50dd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Common fields between Image Stories and Video Stories:
Fields unique to Video Story:

- `mime_type` (required, _String_ beginning with `video/`): the MIME type of the video.
- `tracks` (optional, an array of [_Tracks_](#tracks)): The [tracks](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement) for the video.
- `tracks` (optional, an array of [_Tracks_](#tracks)): The subtitle, caption, or chapters track of a video. Modeled after the [`HTMLTrackElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement).

#### Tracks

Expand Down

0 comments on commit c50dd3b

Please sign in to comment.