diff --git a/src/utils/audio-context-fix.js b/src/utils/audio-context-fix.js index 4cca2a84ab1d53f34acda0ef83d8b0cb45585895..1d3df3b08b23d216823980d924989ada5564f51f 100644 --- a/src/utils/audio-context-fix.js +++ b/src/utils/audio-context-fix.js @@ -1,5 +1,5 @@ /** - * Mobile Safari and Chrome will start Audio contexts in a "suspended" state. + * Chrome and Safari will start Audio contexts in a "suspended" state. * A user interaction (touch/mouse event) is needed in order to resume the AudioContext. */