Skip to content

Commit 14b8d42

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/react-native/index.md
1 parent a47916f commit 14b8d42

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ const client = createClient({
375375
flushPolicies: policies,
376376
});
377377
// 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
378+
// That way the Segment client won't keep attempting to send events to Segment but will still
379379
// store them for future upload.
380380
// If the network comes back up we add the policies back
381381
const unsubscribe = NetInfo.addEventListener((state) => {

0 commit comments

Comments
 (0)