Skip to content

Commit 937f993

Browse files
Fix typo in currentsrc documentation (#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]>
1 parent 772cee9 commit 937f993

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/htmlmediaelement/currentsrc

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ is an empty string if the `networkState` property is `EMPTY`.
1818
A string containing the absolute URL of the chosen media
1919
source; this may be an empty string if `networkState` is `EMPTY`;
2020
otherwise, it will be one of the resources listed by the
21-
{{domxref("HTMLSourceElement")}} contained within the media element, or the value or src
21+
{{domxref("HTMLSourceElement")}} contained within the media element, or the value of {{domxref("HTMLMediaElement.src", "src")}}
2222
if no {{HTMLElement("source")}} element is provided.
2323

2424
## Examples

0 commit comments

Comments
 (0)