Skip to content

Commit 87a05d7

Browse files
Apply suggestions from code review
Co-authored-by: rchinn-segment <[email protected]>
1 parent 02a2bbb commit 87a05d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/spec/alias.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Spec: Alias'
33
---
44

5-
The Alias method is an advanced method used to merge two unassociated user identities, effectively connecting two sets of user data in one profile.
5+
The Alias method is an advanced method used to merge 2 unassociated user identities, effectively connecting 2 sets of user data in one profile.
66

77
> info "Alias is an advanced method"
88
> The Alias method allows you to explicitly change the ID of a tracked user. This should only be done when it's required for downstream destination compatibility. See the [Best Practices for Identifying Users](/docs/guides/how-to-guides/best-practices-identify/) docs for more information.
@@ -48,7 +48,7 @@ Here's the corresponding JavaScript event that would generate the above payload.
4848
analytics.alias("507f191e81");
4949
```
5050

51-
If you're instrumenting a website, the Anonymous ID is generated in the browser so you must call Alias from the client-side. If you're using a server-side session ID as the Anonymous ID, then you must Alias from the server-side.
51+
If you're instrumenting a website, the Anonymous ID is generated in the browser so you must call Alias from the client-side. If you're using a server-side session ID as the Anonymous ID, then you must call Alias from the server-side.
5252

5353

5454
{% include content/syntax-note.md %}

0 commit comments

Comments
 (0)