Skip to content

Commit 24b71ee

Browse files
Paul YooPaul Yoo
authored andcommitted
wording clarification
1 parent 7a7d89f commit 24b71ee

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/bucket

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ analytics.identify('userId123', {
2727
});
2828
```
2929

30-
Segment sends Identify calls to Bucket as an `identify` event which updates Users.
30+
Segment sends Identify calls to Bucket as an `identify` event which updates User profiles.
3131

3232
## Group
3333

@@ -39,7 +39,7 @@ analytics.identify('groupId123', {
3939
});
4040
```
4141

42-
Segment sends Group calls to Bucket as a `group` event which updates Companies.
42+
Segment sends Group calls to Bucket as a `group` event which updates Companies profiles.
4343

4444
## Track
4545

@@ -50,4 +50,4 @@ analytics.track('Login Button Clicked', {
5050
})
5151
```
5252

53-
Segment sends Track calls to Bucket as a `track` event which updates Features.
53+
Segment sends Track calls to Bucket as a `track` event which updates the Features page.

0 commit comments

Comments
 (0)