Skip to content

Commit cff5b49

Browse files
Update src/connections/spec/best-practices-identify.md
1 parent 2a4e488 commit cff5b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/best-practices-identify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You'll notice the `identify` call contains no `userId`. These traits will be ass
162162

163163
## Full User Registration
164164

165-
An anonymous visitor registers for an account and becomes a known user. The account creation process allows you to assign a `userId` from your production database, as well as capture additional traits. For this example, the `userId` that is assigned is "123abc". This is when you'll want to fire an `identify` call with this user's newly assigned `userId` and additional traits.
165+
An anonymous visitor registers for an account and becomes a known user. The account creation process allows you to assign a `userId` from your production database and capture additional traits. For this example, the `userId` that is assigned is "123abc". This is when you'll want to fire an `identify` call with this user's newly assigned `userId` and additional traits.
166166

167167
```js
168168
analytics.identify(`123abc`,{

0 commit comments

Comments
 (0)