From 5b0e77a85ab0c51e1baa1acc933e0f7589f5f187 Mon Sep 17 00:00:00 2001 From: Petr Brzek Date: Sun, 29 Mar 2015 15:06:31 +0200 Subject: [PATCH] Copy fix: Asyncronously -> Asynchronously --- Libraries/Network/NetInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Network/NetInfo.js b/Libraries/Network/NetInfo.js index d98b997ca..51be84ade 100644 --- a/Libraries/Network/NetInfo.js +++ b/Libraries/Network/NetInfo.js @@ -34,7 +34,7 @@ type ReachabilityStateIOS = $Enum<{ * * ### reachabilityIOS * - * Asyncronously determine if the device is online and on a cellular network. + * Asynchronously determine if the device is online and on a cellular network. * * - `none` - device is offline * - `wifi` - device is online and connected via wifi, or is the iOS simulator