Skip to content

Commit

Permalink
Fix typo in getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Jul 2, 2022
1 parent fcc261b commit ef40ba3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ These APIs are very similar, and can generally be used interchangeably. Like App

| API | Single Value | Observing Values | Throws Errors | macOS | iOS | watchOS | tvOS |
| ------------------------- | ------------ | ----------------- | ------------- | ------ | ----- | ------- | ----- |
| ``NetworkMonitor`` | Async | Async | No | 10.14+ | 12.0+ | N/A | 12.0+ |
| ``ReachabilityMonitor`` | Sync | Async | Yes | 10.13+ | 11.0+ | 4.0+ | 11.0+ |
| ``NetworkMonitor`` | Async | Async | No | 10.14+ | 12.0+ | 5.0+ | 12.0+ |
| ``ReachabilityMonitor`` | Sync | Async | Yes | 10.13+ | 11.0+ | N/A | 11.0+ |

I recommend that you use ``NetworkMonitor`` as it both simpler and more robust, unless you need to target iOS 11 or you absolutely need a synchronous API.

Expand Down

0 comments on commit ef40ba3

Please sign in to comment.