Skip to content

Commit

Permalink
chore(docs): Fix typo in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes committed Mar 3, 2021
1 parent 75b5817 commit 27043ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### BREAKING CHANGES

* **useNetinfo:** When the connection state is unknown, the `isConnected` and `isInternetConnected` properties are now set to `null` rather than `false`. This allow you to easily detect the initial "unknown" state before the state is detected and set to a `boolean`.
* **useNetinfo:** When the connection state is unknown, the `isConnected` and `isInternetReachable` properties are now set to `null` rather than `false`. This allow you to easily detect the initial "unknown" state before the state is detected and set to a `boolean`.

## [5.9.10](https://github.com/react-native-community/react-native-netinfo/compare/v5.9.9...v5.9.10) (2021-01-06)

Expand Down

0 comments on commit 27043ef

Please sign in to comment.