Merge pull request #438 from petrbrzek/patch-1
Copy fix: Asyncronously -> Asynchronously
This commit is contained in:
commit
53142c2710
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue