We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47916f commit 14b8d42Copy full SHA for 14b8d42
src/connections/sources/catalog/libraries/mobile/react-native/index.md
@@ -375,7 +375,7 @@ const client = createClient({
375
flushPolicies: policies,
376
});
377
// If we detect the user disconnects from the network remove all flush policies,
378
-// that way we won't keep attempting to send events to segment but we will still
+// That way the Segment client won't keep attempting to send events to Segment but will still
379
// store them for future upload.
380
// If the network comes back up we add the policies back
381
const unsubscribe = NetInfo.addEventListener((state) => {
0 commit comments