Skip to content

Commit 49bcc52

Browse files
committed
[CHA-1585] replace curly quotes
1 parent db2362e commit 49bcc52

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/sailthru-v2

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/sailthru-v2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ analytics.track("Subscribed", {
100100
For user deletion, the email needs to be included in the userId or context.traits track call, in a call like the following:
101101

102102
```js
103-
analytics.track(User Deleted, {userId:"[email protected]" })
103+
analytics.track("User Deleted", {userId:"[email protected]" })
104104
```
105105

106106
```js

0 commit comments

Comments
 (0)