Skip to content

Commit 9ed4f1b

Browse files
authored
removing reference to kanye
1 parent 459d124 commit 9ed4f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ 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: 'Jane Doe',
72+
  email: 'janedoe@iamawesome.com',
73+
  login: 'janedoe',
7474
  type: 'user',
7575
  created: '2016-11-07T16:40:52.238Z',
7676
});

0 commit comments

Comments
 (0)