Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix track function definition in helpers/html_helper.rst #9164

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

obozdag
Copy link
Contributor

@obozdag obozdag commented Sep 2, 2024

Description
Fix track function definition in helpers/html_helper.rst

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

Fix track function definition in helpers/html_helper.rst
@kenjis kenjis added the documentation Pull requests for documentation only label Sep 5, 2024
:param string $name: The name of the parameter
:param string $value: The value of the parameter
:param array $attributes: HTML attributes
:param string $src: The path of the media resource
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src is the address of the track (.vtt file).

Fix track function src param definition in helpers/html_helper.rst
@kenjis kenjis merged commit f8e36d9 into codeigniter4:develop Sep 6, 2024
4 checks passed
@kenjis
Copy link
Member

kenjis commented Sep 6, 2024

@obozdag Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests for documentation only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants