Comment typo

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2020-04-29 11:25:18 +01:00 committed by David Baker
parent 690e934b27
commit 5eb86c0d6a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default class DeviceListener {
if (users.includes(myUserId)) this._ensureDeviceIdsAtStartPopulated(); if (users.includes(myUserId)) this._ensureDeviceIdsAtStartPopulated();
// No need to do a recheck here: we just need to get a snapshot of our devices // No need to do a recheck here: we just need to get a snapshot of our devices
// before we download asny new ones. // before we download any new ones.
} }
_onDevicesUpdated = (users) => { _onDevicesUpdated = (users) => {