Skip to content

Commit 1d64e59

Browse files
author
Thomas Gilbert
committed
fix page code block
1 parent dca32bb commit 1d64e59

File tree

1 file changed

+3
-2
lines changed
  • src/connections/destinations/catalog/convertly

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Convertly supports the following methods, as specified in the [Segment Spec](/do
2626
Send Page calls to ADD WHAT PAGE CALLS ARE USED FOR HERE. For example:
2727

2828
```js
29-
analytics.page()
30-
Segment sends Page calls to Convertly as a pageview.
29+
analytics.page();
3130
```
3231

32+
Segment sends Page calls to Convertly as a pageview.
33+
3334
### Identify
3435

3536
Send Identify calls to ADD WHAT IDENTIFY CALLS ARE USED FOR HERE. For example:

0 commit comments

Comments
 (0)