Skip to content

Commit 122b309

Browse files
Merge pull request #6145 from segmentio/cmastr-feedback-removal
removing reference to kanye
2 parents eda23e9 + 9ed4f1b commit 122b309

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)