diff --git a/src/app/pages/timing/with-ez-web-audio.ts b/src/app/pages/timing/with-ez-web-audio.ts index 1be7c0a..1072aa7 100644 --- a/src/app/pages/timing/with-ez-web-audio.ts +++ b/src/app/pages/timing/with-ez-web-audio.ts @@ -52,7 +52,7 @@ beatTrack.playBeats(120); `)}

- Instead of using beatTrack.playBeats, you can also call a Beat instance's playIn method directly, + Instead of using ${inlineCode('beatTrack.playBeats')}, you can also call a ${inlineCode('Beat')} instance's ${inlineCode('playIn')} method directly, passing an amount of time from now (in seconds) that the beat should play.