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
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 src
if no {{HTMLElement("source")}} element is provided.

## Examples
Expand Down