Skip to content

Commit e77ebf4

Browse files
committed
Took suggestion on [... / Media elements]
1 parent 16bc2e9 commit e77ebf4

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-advanced-svelte/05-bindings/03-media-elements

1 file changed

+1
-1
lines changed

content/tutorial/02-advanced-svelte/05-bindings/03-media-elements/README.md

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

55
You can bind to properties of `<audio>` and `<video>` elements, making it easy to (for example) build custom player UI, like `AudioPlayer.svelte`.
66

7-
First, add the `<audio>` element along with its bindings (we'll use the shorthand form for `src`, `duration` and `paused`, and to `src` we don't have to bind):
7+
First, add the `<audio>` element along with its bindings (we'll use the shorthand form for `src`, `duration` and `paused`):
88

99
```svelte
1010
/// file: AudioPlayer.svelte

0 commit comments

Comments
 (0)