From e9c3f5376ea4f7161792337790f7c03720a6a2ab Mon Sep 17 00:00:00 2001
From: Robert Long <robert@robertlong.me>
Date: Wed, 9 May 2018 15:29:05 -0700
Subject: [PATCH] Clean up comment.

---
 src/utils/audio-context-fix.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/audio-context-fix.js b/src/utils/audio-context-fix.js
index 4cca2a84a..1d3df3b08 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.
  */
 
-- 
GitLab