We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc11e44 commit 4f9a260Copy full SHA for 4f9a260
site/content/tutorial/06-bindings/10-media-elements/text.md
@@ -4,7 +4,7 @@ title: Media elements
4
5
The `<audio>` and `<video>` elements have several properties that you can bind to. This example demonstrates a few of them.
6
7
-On line 58, add `currentTime={time}`, `duration` and `paused` bindings:
+On line 62, add `currentTime={time}`, `duration` and `paused` bindings:
8
9
```html
10
<video
0 commit comments