Skip to content

Commit ccea9aa

Browse files
authored
Merge pull request #653 from segmentio/repo-sync
repo sync
2 parents 9913f3a + 16c9425 commit ccea9aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/protocols/tracking-plan/best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Here is a sample Identify call (with [analytics.js](/docs/connections/sources/ca
6868

6969
```js
7070
analytics.identify({
71-
  name: 'Kanye West',
72-
  email: 'kanye@iamawesome.com',
73-
  login: 'kanyew',
71+
  name: 'Dolly Parton',
72+
  email: 'dolly@iamawesome.com',
73+
  login: 'dollyparton',
7474
  type: 'user',
75-
  created: '2016-11-07T16:40:52.238Z',
75+
  created: '2022-10-31T16:40:52.238Z',
7676
});
7777
```
7878

0 commit comments

Comments
 (0)