Skip to content

Commit cdd782f

Browse files
authored
more edits
Clarified instructions for recording errors in Preact.
1 parent 94906ae commit cdd782f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The [Track](/docs/connections/spec/track) method records events in Preact. Users
2424

2525
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 recognizes it as an error event. Properties sent with the event also showa up in Preact.
27+
Add a "!" as the first character in the event name and Preact recognizes it as an error event. Properties sent with the event also show up in Preact.
2828

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

0 commit comments

Comments
 (0)