Merge pull request #438 from petrbrzek/patch-1

Copy fix: Asyncronously -> Asynchronously
This commit is contained in:
Alexander Kotliarskyi 2015-03-30 14:08:44 -07:00
commit 53142c2710
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type ReachabilityStateIOS = $Enum<{
* *
* ### reachabilityIOS * ### 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 * - `none` - device is offline
* - `wifi` - device is online and connected via wifi, or is the iOS simulator * - `wifi` - device is online and connected via wifi, or is the iOS simulator