Skip to content

Commit 09190e6

Browse files
authored
wording
1 parent 6aa6b5c commit 09190e6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ These are the options you can apply to configure the client:
7676
| Name | Default | Description |
7777
| --------------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7878
| `writeKey` | '' | Your Segment API key (**required**). |
79-
| `collectDeviceId` | false | Set to `true` to automatically collect the `deviceId` from the DRM API on Android devices. |
79+
| `collectDeviceId` | false | Set to `true` to automatically collect the device ID from the DRM API on Android devices. |
8080
| `debug` | true\* | When set to `false`, it will not generate any logs. |
8181
| `logger` | undefined | Custom logger instance to expose internal Segment client logging. |
8282
| `flushAt` | 20 | How many events to accumulate before sending events to the backend. |
@@ -315,7 +315,7 @@ flush();
315315
{% endcodeexample %}
316316
317317
### Cleanup
318-
In case you need to reinitialize the client, that is, you've called createClient more than once for the same client in your application lifecycle, use this method on the old client to clear any subscriptions and timers first.
318+
If you've called createClient more than once for the same client in your application lifecycle, use this method on the old client to clear any subscriptions and timers first.
319319

320320
```js
321321
let client = createClient({

0 commit comments

Comments
 (0)