diff --git a/files/en-us/web/api/htmlmediaelement/addtexttrack/index.md b/files/en-us/web/api/htmlmediaelement/addtexttrack/index.md index 8aabadc7c7fdfaa..dab2898ee9db825 100644 --- a/files/en-us/web/api/htmlmediaelement/addtexttrack/index.md +++ b/files/en-us/web/api/htmlmediaelement/addtexttrack/index.md @@ -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