Skip to content

Commit 94906ae

Browse files
authored
wording clean up
Updated text for clarity and consistency in Preact documentation.
1 parent 3ea36d6 commit 94906ae

File tree

1 file changed

+6
-6
lines changed
  • src/connections/destinations/catalog/preact

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ title: Preact Destination
55

66
## Identify
77

8-
To create users in in Preact you'll use our [`identify`](/docs/connections/spec/identify) method. Users must be identified on the client side for events to appear in Preact.
8+
To create users in in Preact, use the [Identify](/docs/connections/spec/identify) method. Users must be identified on the client side for events to appear in Preact.
99

1010

1111
## Group
1212

13-
To group users into accounts in preact you'll use our [`group`](/docs/connections/spec/group) method.
13+
To group users into accounts in Preact, use the [Group](/docs/connections/spec/group) method.
1414

1515

1616
## Track
1717

18-
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.
18+
The [Track](/docs/connections/spec/track) method records events in Preact. Users must be identified on the client side for events to appear in Preact.
1919

2020

2121
## Features
2222

23-
### Recording Errors
23+
### Recording errors
2424

25-
Preact can be really useful for customer support. For that to work well you'll want to send error events to Preact.
25+
Preact can be useful for customer support. For that to work, you can send error events to Preact.
2626

27-
All you have to do is add a "!" as the first character in the event name and Preact will recognize it as an error event. Properties sent with the event will also show up in Preact.
27+
All you have to do is add a "!" as the first character in the event name and Preact recognizes it as an error event. Properties sent with the event also showa up in Preact.
2828

2929
Here's a JavaScript example:
3030
```javascript

0 commit comments

Comments
 (0)