Fix typo in NetInfo docs

This commit is contained in:
Peter Schussheim
2017-09-14 10:19:02 -04:00
committed by Nicolas Gallagher
parent d42e8907ca
commit f1ef0f21af
@@ -20,7 +20,7 @@ const NetInfoScreen = () => (
NetInfo asynchronously determines the online/offline status of the application.
</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
missing.
</AppText>