Skip to content

Commit 6182564

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

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
@@ -342,7 +342,7 @@ Ideally, you shouldn't have to use this method, and the Segment client should be
342342
## Control upload with Flush Policies
343343
To granularly control when Segment uploads events you can use `FlushPolicies`.
344344
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.
345-
To make use of flush policies you can set them in the configuration of the client:
345+
Set Flush Policies in the configuration of the client:
346346
```ts
347347
const client = createClient({
348348
// ...

0 commit comments

Comments
 (0)