[fix] Update outdated line number in tutorial text (#6689)

pull/6700/head
mellanslag-de 3 years ago committed by GitHub
parent dc11e4487e
commit 4f9a260ab1
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 62, add `currentTime={time}`, `duration` and `paused` bindings:
```html
<video

Loading…
Cancel
Save