Update outdated line number

pull/6689/head
mellanslag-de 5 years ago committed by GitHub
parent 8d3f4512f6
commit 4731ef3082
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 58, add `currentTime={time}`, `duration` and `paused` bindings:
On line 63, add `currentTime={time}`, `duration` and `paused` bindings:
```html
<video

Loading…
Cancel
Save