Skip to content

Commit 2ccc7e5

Browse files
authored
Fix typo in docs (#769)
2 parents b31be82 + 46b802b commit 2ccc7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/audio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The audio primitive exports an reactive properties that provides you access to s
7878
_Note:_ Initializing the primitive with `playing` as true works, however note that the user has to interact with the page first (on a fresh page load).
7979

8080
```ts
81-
function makeAudioPlayer(
81+
function createAudio(
8282
src: AudioSource | Accessor<AudioSource>,
8383
playing?: Accessor<boolean>,
8484
volume?: Accessor<number>,

0 commit comments

Comments
 (0)