Skip to content

Commit ea70b5e

Browse files
chore Modify warning title to be serialized correctly
1 parent 23fbd61 commit ea70b5e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/connections/destinations/catalog/matomo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ That call will create a Matomo Event with these attributes:
9191

9292
For **Event Value** you can name the event property `value` or `revenue`. We'll look for `value` first, then fall back to `revenue`.
9393

94-
## Best Pratices
94+
## Best Practices
9595

9696
Matomo allows you to set [custom variables](http://matomo.org/docs/custom-variables/){:target="_blank"} with your pageviews and events. With Segment, you can set page-scoped custom variables with any `track` call you make with analytics.js.
9797

src/connections/destinations/catalog/olark/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ When you enable Olark in the Segment web app, your changes appear in the Segment
99

1010
Olark is only supported in device mode (on the client).
1111

12-
- - -
13-
1412
## Page
1513

1614
When you call [`page`](/docs/connections/spec/page/), we call Olark's `sendNotificationToOperator` function as `looking at *url*`. You must enable this option with the *pageview* flag, because it can sometimes be bothersome.
@@ -32,8 +30,6 @@ More documentation on the Olark API can be found [in Olark's docs](https://www.o
3230

3331
When you call [`track`](/docs/connections/spec/track/) or one of its helpers on analytics.js, we call Olark's `sendNotificationToOperator` function as `visitor triggered *eventName*`. You must enable this option with the *track* flag, because it can sometimes be bothersome.
3432

35-
- - -
36-
3733
## Features
3834

3935
### Customizing the chat box
@@ -52,8 +48,6 @@ analytics.ready(function(){
5248

5349
[Read the ready docs for more details](/docs/connections/sources/catalog/libraries/website/javascript/#ready)
5450

55-
- - -
56-
5751

5852
## Record Live Chat Events
5953

0 commit comments

Comments
 (0)