Skip to content

Commit 0eff6ca

Browse files
authored
Correction to the use of textTrack referring to TextTrack (#41446)
The documentation has a slight typographical error which makes a huge difference in reading and processing by automated systems. This commit aims to correct this typographical error.
1 parent 5f4ef6f commit 0eff6ca

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/texttracklist

1 file changed

+1
-1
lines changed

files/en-us/web/api/texttracklist/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ browser-compat: api.TextTrackList
77

88
{{APIRef("HTML DOM")}}
99

10-
The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate {{domxref("textTrack")}} object in the list.
10+
The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate {{domxref("TextTrack")}} object in the list.
1111

1212
Text tracks can be added to a media element declaratively using the {{HTMLElement("track")}} element or programmatically using the {{domxref('HTMLMediaElement.addTextTrack()')}} method.
1313

0 commit comments

Comments
 (0)