Skip to content

Commit 0f70343

Browse files
niallzatorchinn1
andauthored
Update src/connections/sources/catalog/libraries/mobile/react-native/index.md
Co-authored-by: rchinn-segment <[email protected]>
1 parent 20bac16 commit 0f70343

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
@@ -341,7 +341,7 @@ Ideally, you shouldn't have to use this method, and the Segment client should be
341341
342342
## Control upload with Flush Policies
343343
To granularly control when Segment uploads events you can use `FlushPolicies`.
344-
A Flush Policy defines the strategy for deciding when to flush, this can be on an interval, on a certain time of day, after receiving a certain number of events or even after receiving a particular event. This gives you even more flexibility on when to send event to Segment.
344+
A Flush Policy defines the strategy for deciding when to flush. This can be on an interval, time of day, after receiving a certain number of events, or after receiving a particular event. This gives you more flexibility on when to send event to Segment.
345345
Set Flush Policies in the configuration of the client:
346346
```ts
347347
const client = createClient({

0 commit comments

Comments
 (0)