Skip to content

Commit 74c1bd9

Browse files
Apply suggestions from code review
Co-authored-by: Christopher Radek <[email protected]>
1 parent 6622106 commit 74c1bd9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ To add the Segment Inspector as a Chrome extension:
931931
3. Click **Add to Chrome**.
932932
4. Click **Add Extension** in the pop-up window.
933933

934-
Once installed, use the Inspect Elements developer tool in Chrome to use the Segment Inspector. To access the Inspector, go the top menu bar of Chrome and navigate to **View > Developer > Inspect Elements** and to go the **Segment** tab. On the Segment tab, you can:
934+
Once installed, use the Inspect Elements developer tool in Chrome to use the Segment Inspector. To access the Inspector, go the top menu bar of Chrome and navigate to **View > Developer > Developer Tools** and to go the **Segment** tab. On the Segment tab, you can:
935935
- Filter the different calls by type
936936
- Search based off of the content in the calls
937937
- Identify users
@@ -947,7 +947,7 @@ The Segment Inspector is composed of these three components:
947947
- Select the *fx* icon to see the payloads after plugins ran.
948948
- Select the single-checked icon to see the payload as it was when the event triggered.
949949
3. The **Identity** tab
950-
- This tab enables you to see the information of a user if you're using the `identify` feature. You can associate the data to an individual and measure their activity across multiple sessions and devices.
950+
- This tab enables you to see the information of a user if you're using the `identify` feature. You can associate the data to an individual and measure their activity across multiple sessions and devices. This tab only shows the user's traits that are on the client.
951951
- If you're not using the `identify` feature, the user remains anonymous.
952952

953953

0 commit comments

Comments
 (0)