Skip to content

Commit 4f9a260

Browse files
[fix] Update outdated line number in tutorial text (#6689)
1 parent dc11e44 commit 4f9a260

File tree

1 file changed

+1
-1
lines changed
  • site/content/tutorial/06-bindings/10-media-elements

1 file changed

+1
-1
lines changed

site/content/tutorial/06-bindings/10-media-elements/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Media elements
44

55
The `<audio>` and `<video>` elements have several properties that you can bind to. This example demonstrates a few of them.
66

7-
On line 58, add `currentTime={time}`, `duration` and `paused` bindings:
7+
On line 62, add `currentTime={time}`, `duration` and `paused` bindings:
88

99
```html
1010
<video

0 commit comments

Comments
 (0)