diff --git a/src-main/rich-presence.js b/src-main/rich-presence.js index 9c7c0fb7..9e96c146 100644 --- a/src-main/rich-presence.js +++ b/src-main/rich-presence.js @@ -396,7 +396,7 @@ class RichPresence { if (data.evt === 'READY') { this.handleReady(); } else if (data.cmd === 'SET_ACTIVITY') { - // They send as an acknowledgement; ignore it + // They send us an acknowledgement; ignore it } else { console.error('Unrecognized rich presence IPC frame', op, data); }