Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in currentsrc documentation (mdn#41650)
* Fix typo in currentsrc documentation

* Update files/en-us/web/api/htmlmediaelement/currentsrc/index.md

Co-authored-by: Chris Mills <[email protected]>

---------

Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
bensgilbert and chrisdavidmills authored Oct 27, 2025
commit 937f993c79bb6f3a42b0db72712aaf5f18277d3d
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlmediaelement/currentsrc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ is an empty string if the `networkState` property is `EMPTY`.
A string containing the absolute URL of the chosen media
source; this may be an empty string if `networkState` is `EMPTY`;
otherwise, it will be one of the resources listed by the
{{domxref("HTMLSourceElement")}} contained within the media element, or the value or src
{{domxref("HTMLSourceElement")}} contained within the media element, or the value of {{domxref("HTMLMediaElement.src", "src")}}
if no {{HTMLElement("source")}} element is provided.

## Examples
Expand Down