Skip to content

Commit 0fb4f98

Browse files
authored
Update best-practices.md (#3742)
It's probably an appropriate time to replace references to Kanye West with more wholesome people.
1 parent 28f9657 commit 0fb4f98

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)