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 6c36a68 commit 32403f0Copy full SHA for 32403f0
docs/library/media/audio.md
@@ -20,7 +20,7 @@ rx.audio(
20
)
21
```
22
23
-If we had a local file in the `assets` folder named `test.mp3` we could set `url="/test.mp3"` to view the audio file.
+If we had a local file in the `assets` folder named `test.mp3` we could set `src="/test.mp3"` to view the audio file.
24
25
```md alert info
26
# How to let your user upload an audio file
0 commit comments