Instructions refer to wrong line number

Video element is not on line 116, it's on line 58 - looks like instructions don't reflect changes to previous svelte refactor
pull/6342/head
Adam Alexander 5 years ago committed by GitHub
parent b11f5b12f5
commit f55933442e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ title: Media elements
The `<audio>` and `<video>` elements have several properties that you can bind to. This example demonstrates a few of them.
On line 116, add `currentTime={time}`, `duration` and `paused` bindings:
On line 58, add `currentTime={time}`, `duration` and `paused` bindings to video element:
```html
<video

Loading…
Cancel
Save