Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
gusborg88 and Josh-Cena authored Sep 30, 2024
1 parent 7e8fc91 commit 0998f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlmediaelement/addtexttrack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addTextTrack(kind, label, language)

### Return value

A {{domxref("TextTrackList")}} representing the {{domxref("HTMLMediaElement.textTracks")}} property, with the newly created `TextTrack` object inserted.
The newly created {{domxref("TextTrack")}} object.

### Exceptions

Expand Down

0 comments on commit 0998f4f

Please sign in to comment.