Skip to content

Commit 8aedcf9

Browse files
authored
Update typo import-historical-data.md
1 parent f56171c commit 8aedcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/how-to-guides/import-historical-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use any [server-side library](https://segment.com/docs/connections/sources/#ser
1414

1515
2. Decide which destinations need to receive the data.
1616

17-
**By default, data coming into Segment will be relayed to all destinations linked to a given source.** To limit data to specific destinations, the `integrations` object must be modified. With historical data, you often only want to send the data to a specific destination or into your data warehouse. For example, in [Node.js](https://segment.com/docs/connections/sources/catalog/libraries/server/node/#integrations) set the `integrations` object as follows.
17+
**By default, data coming into Segment will be forwarded to all destinations linked to a given source.** To limit data to specific destinations, the `integrations` object must be modified. With historical data, you often only want to send the data to a specific destination or into your data warehouse. For example, in [Node.js](https://segment.com/docs/connections/sources/catalog/libraries/server/node/#integrations) set the `integrations` object as follows.
1818
```js
1919
analytics.track({
2020
event: 'Upgraded Membership',

0 commit comments

Comments
 (0)