mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 02:42:05 +00:00
Fix typo in NetInfo docs
This commit is contained in:
committed by
Nicolas Gallagher
parent
d42e8907ca
commit
f1ef0f21af
@@ -20,7 +20,7 @@ const NetInfoScreen = () => (
|
|||||||
NetInfo asynchronously determines the online/offline status of the application.
|
NetInfo asynchronously determines the online/offline status of the application.
|
||||||
</AppText>
|
</AppText>
|
||||||
<AppText>
|
<AppText>
|
||||||
Note that support for retrieving the connection type depends upon browswer support (and is
|
Note that support for retrieving the connection type depends upon browser support (and is
|
||||||
limited to mobile browsers). It will default to <Code>unknown</Code> when support is
|
limited to mobile browsers). It will default to <Code>unknown</Code> when support is
|
||||||
missing.
|
missing.
|
||||||
</AppText>
|
</AppText>
|
||||||
|
|||||||
Reference in New Issue
Block a user