Skip to content

Commit 294a51e

Browse files
Merge pull request #4090 from segmentio/sarahrudy-patch-4
Simple update to anonymousId retrieval
2 parents f0ae597 + c92e4d3 commit 294a51e

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can override the default-generated anonymousID in code using the methods des
3737

3838
### Retrieve the Anonymous ID
3939

40-
You can get the user's current `anonymousId` using either of the following calls:
40+
You can get the user's current `anonymousId` using the following call:
4141

4242
```js
4343
analytics.user().anonymousId();

0 commit comments

Comments
 (0)