From 38124ba9d07f978a0645157cd871f5ad20f37d33 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 29 Apr 2020 17:33:18 +0100 Subject: [PATCH] Comment typo Co-Authored-By: J. Ryan Stinnett --- src/DeviceListener.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DeviceListener.js b/src/DeviceListener.js index c37d702fd6..28f8e8b115 100644 --- a/src/DeviceListener.js +++ b/src/DeviceListener.js @@ -108,7 +108,7 @@ export default class DeviceListener { } _onWillUpdateDevices = async (users, initialFetch) => { - // We we didn't know about *any* devices before (ie. it's fresh login), + // If we didn't know about *any* devices before (ie. it's fresh login), // then they are all pre-existing devices, so ignore this and set the // devicesAtStart list to the devices that we see after the fetch. if (initialFetch) return;