Skip to content

Commit db9bce5

Browse files
committed
more small fixes
1 parent cc8b4fb commit db9bce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/getting-started/01-what-is-segment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ In a nutshell, the Segment libraries ([Sources](/docs/connections/sources/catalo
1212
[Segment Spec methods](/docs/connections/spec/) are how you collect interaction data from your interfaces, and the [Sources](/docs/connections/sources/) are what you package with your interfaces to collect and route the data.
1313

1414
Once you've collected your interaction data, there are several different actions you can take:
15-
- Send it to [Destinations](/docs/connections/destinations/), which receive the data from any number of sources in real time
16-
- Send it to [Warehouses](/docs/connections/storage/) and other bulk storage tools, which hold your raw event schemas and update on regular intervals
15+
- Send it to [Destinations](/docs/connections/destinations/), which receive the data from any number of sources in real time.
16+
- Send it to [Warehouses](/docs/connections/storage/) and other bulk storage tools, which hold your raw event schemas and update on regular intervals.
1717
- Enrich the customer data you collect by [connecting data from your other tools](/docs/connections/sources/catalog/#cloud-apps), and then collect it in a warehouse to monitor performance, inform decision-making processes, and create uniquely customized user experiences.
1818
- Use [Engage](/docs/engage/), Twilio's marketing automation tool, to build marketing campaigns personalized to your audience.
1919

@@ -53,7 +53,7 @@ Although there are some tradeoffs between the two approaches, neither is better
5353
TODO: Image removed, didn't work with formatting. need a better version of this flowchart or else to just omit?-->
5454

5555

56-
## The Segment Methods
56+
## The Segment methods
5757

5858
The Segment libraries generate messages about what happens on your interface, translate those messages into different formats for use by destinations, and transmit the messages to those tools.
5959

0 commit comments

Comments
 (0)