From f1ef0f21af2a10f1813e3091305a0500d0e1e847 Mon Sep 17 00:00:00 2001 From: Peter Schussheim Date: Thu, 14 Sep 2017 10:19:02 -0400 Subject: [PATCH] Fix typo in NetInfo docs --- docs/storybook/2-apis/NetInfo/NetInfoScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storybook/2-apis/NetInfo/NetInfoScreen.js b/docs/storybook/2-apis/NetInfo/NetInfoScreen.js index cc4f944b..4d9be16a 100644 --- a/docs/storybook/2-apis/NetInfo/NetInfoScreen.js +++ b/docs/storybook/2-apis/NetInfo/NetInfoScreen.js @@ -20,7 +20,7 @@ const NetInfoScreen = () => ( NetInfo asynchronously determines the online/offline status of the application. - 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 unknown when support is missing.