Skip to content

Commit 398b1fc

Browse files
committed
Address PR comments
1 parent 10e62ee commit 398b1fc

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/variance

1 file changed

+2
-2
lines changed

src/connections/destinations/catalog/variance/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ Segment sends Group calls to Variance as an `Account` if you've chosen the "Grou
8787

8888
### Alias
8989

90-
If you aren’t familiar with the Segment Spec, take a look at the [Alias method documentation](/docs/connections/spec/alias/) to learn about what it does. An example call would look like this:
90+
If you're not familiar with the Segment Spec, take a look at the [Alias method documentation](/docs/connections/spec/alias/) to learn about what it does. An example call would look like this:
9191

9292
```js
9393
analytics.alias('123456')
9494
```
9595

96-
If there is an existing user with that `userId` in Variance that matches the `previousId` passed with the alias that user will be merged into the "123456" user identified in the alias. If there is only one user with the `previousId` and no user with the `userId` that user will simply have their Variance `externalId` updated to match the current `userId` passed in the alias.
96+
If there is an existing user with that `userId` in Variance that matches the `previousId` passed with the alias, that user will be merged into the "123456" user identified in the alias. If there is only one user with the `previousId` and no user with the `userId`, that user will have their Variance `externalId` updated to match the current `userId` passed in the alias.
9797

9898
## Account Mapping
9999

0 commit comments

Comments
 (0)