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 GitHub
parent 126d81912b
commit 0026e4a018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
// 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) => {