From c180b2475381a50404ea3babe6f1843f41676d8b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 17 Mar 2022 04:11:37 -0700 Subject: [PATCH] Fix typo Summary: Well, and added another word. Reviewed By: lblasa Differential Revision: D34944504 fbshipit-source-id: eb4e7db05ee846721fa18899aa50596124632b5b --- .../src/devices/android/androidDeviceManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-server-core/src/devices/android/androidDeviceManager.tsx b/desktop/flipper-server-core/src/devices/android/androidDeviceManager.tsx index 2391fc5df..dbd8e7359 100644 --- a/desktop/flipper-server-core/src/devices/android/androidDeviceManager.tsx +++ b/desktop/flipper-server-core/src/devices/android/androidDeviceManager.tsx @@ -208,7 +208,7 @@ export class AndroidDeviceManager { this.registerDevice(this.adbClient, device); } else { console.warn( - `[conn] Found device ${device.id}, but it has status offline. If this concerns an emulator and the problem persists, try these solutins: https://stackoverflow.com/a/21330228/1983583, https://stackoverflow.com/a/56053223/1983583`, + `[conn] Found device ${device.id}, but it has status offline. If this concerns an emulator and the problem persists, try these potential solutions: https://stackoverflow.com/a/21330228/1983583, https://stackoverflow.com/a/56053223/1983583`, ); } });