Skip to content

Commit ef35ffa

Browse files
chore: Update docs to improve formatting after migration
1 parent 8258660 commit ef35ffa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This destination is maintained by PostHog. For any issues with the destination,
1717
4. Go to your [PostHog project settings](https://us.posthog.com/settings/project#variables){:target="_blank"}, and copy the **project API key**.
1818
5. Enter the project API Key that you copied in the PostHog destination settings in Segment.
1919
6. Enter your PostHog instance address *without any trailing slash*, for example:
20-
- `https://us.i.posthog.com` if you use PostHog US Cloud
21-
- `https://eu.i.posthog.com` if you use PostHog EU Cloud
22-
- Your self-hosted URL if you self-host
20+
- `https://us.i.posthog.com` if you use PostHog US Cloud
21+
- `https://eu.i.posthog.com` if you use PostHog EU Cloud
22+
- Your self-hosted URL if you self-host
2323

2424
## Page
2525

@@ -36,7 +36,7 @@ Segment sends Page calls to PostHog as a `$pageview`.
3636

3737
If you aren't familiar with the Segment Spec, take a look at the [Screen method documentation](/docs/connections/spec/screen/) to learn about what it does. An example call would look like:
3838

39-
```obj
39+
```objc
4040
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
4141
```
4242

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ To group users into accounts in preact you'll use our [`group`](/docs/connection
1717

1818
Our [`track`](/docs/connections/spec/track) method will record events in Preact. Users must be identified on the client side for events to appear in Preact.
1919

20-
- - -
21-
2220

2321
## Features
2422

0 commit comments

Comments
 (0)