Skip to content

Commit 570b4b3

Browse files
authored
docs: update broken link in reference (#1063)
1 parent 2343df8 commit 570b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mux-player/REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
| `playing` | Identical to the native [`playing` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playing_event) |
194194
| `progress` | Identical to the native [`progress` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/progress_event) |
195195
| `ratechange` | Identical to the native [`ratechange` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/ratechange_event) |
196-
| `resize` | Identical to the native [`resize` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/resize_event) |
196+
| `resize` | Identical to the native [`resize` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/resize_event) |
197197
| `seeked` | Identical to the native [`seeked` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeked_event) |
198198
| `seeking` | Identical to the native [`seeking` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeking_event) |
199199
| `stalled` | Identical to the native [`stalled` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/stalled_event) |

0 commit comments

Comments
 (0)