From 69294dc32c3970f953107b94e2c52df46967a002 Mon Sep 17 00:00:00 2001 From: kvoon Date: Tue, 31 Dec 2024 10:30:55 +0800 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d743e..90ff247 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ const { play } = useSound('/path/to/sound', { playbackRate }) The `useSound` composable takes two arguments: -- A URL to the sound that it wil load +- A URL to the sound that it will load - A config object (`ComposableOptions`) It produces an array with two values: