Skip to content

Commit

Permalink
update webvtt about remove extra ( (#21113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqaaq authored Sep 27, 2022
1 parent 1a7ab87 commit 46ed7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/webvtt_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ The methods which are available in the {{domxref("VTTCue")}} interface are:
- {{domxref("VTTCue.getCueAsHTML", "getCueAsHTML()")}} to get the HTML of that cue.
- A constructor, {{domxref("VTTCue.VTTCue", "VTTCue()")}} for creating new instances of this interface.
Different properties allowing to read and set the characteristics of the cue, like its position, alignment or size are also available. Check {{domxref("VTTCue")}}) for a complete list.
Different properties allowing to read and set the characteristics of the cue, like its position, alignment or size are also available. Check {{domxref("VTTCue")}} for a complete list.
### VTTRegion
Expand Down

0 comments on commit 46ed7c1

Please sign in to comment.