Skip to content

Commit 4c373d7

Browse files
author
Niall Brennan
committed
Add docs for adding a plugin to a destination plugin
1 parent 5512323 commit 4c373d7

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
@@ -482,7 +482,7 @@ segmentClient.add({ plugin: new Logger() });
482482
As the plugin overrides the `execute()` method, this `Logger` calls `console.log` for every event going through the Timeline.
483483
484484
### Adding a Custom Plugin to a Destination Plugin
485-
You can also add your own custom Plugins to Destination Plugins for custom functionality. For example, if you wished to only send events to Braze on the weekend you could implemnt the following logic:
485+
You can also add your own custom Plugins to Destination Plugins for custom functionality. For example, if you wished to only send events to Braze on the weekend you could implement the following logic:
486486
```js
487487

488488
import { createClient } from '@segment/analytics-react-native';

0 commit comments

Comments
 (0)