Skip to content

Commit 44db5bb

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/react-native/index.md
1 parent df231b1 commit 44db5bb

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
@@ -356,7 +356,7 @@ const client = createClient({
356356
You can set several policies at a time. When a flush occurs, it triggers an upload of the events, then resets the logic after every flush.
357357
As a result, only the first policy to reach `shouldFlush` will trigger a flush. In the example above either the event count reaches 5 or the timer reaches 500ms, whatever comes first will trigger a flush.
358358
Segment has several standard Flush Policies:
359-
- `CountFlushPolicy` triggers whenever a certain number of events is reached
359+
- `CountFlushPolicy` triggers when you reach a certain number of events
360360
- `TimerFlushPolicy` triggers on an interval of milliseconds
361361
- `StartupFlushPolicy` triggers on client startup only
362362

0 commit comments

Comments
 (0)