Skip to content

Commit e81e8e7

Browse files
authored
docs: Fix track function src param definition in helpers/html_helper.rst
Fix track function src param definition in helpers/html_helper.rst
1 parent de35cf4 commit e81e8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/html_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ The following functions are available:
328328

329329
.. php:function:: track($src, $kind, $srcLanguage, $label)
330330
331-
:param string $src: The path of the media resource
331+
:param string $src: The path of the track (.vtt file)
332332
:param string $kind: The kind of timed track
333333
:param string $srcLanguage: The language of the timed track
334334
:param string $label: A user-readable title for the timed track

0 commit comments

Comments
 (0)