Skip to content

Commit 958e681

Browse files
Update src/connections/spec/common.md
1 parent e113ded commit 958e681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Other libraries only collect `context.library`, any other context variables must
185185
- IP Address isn't collected by Segment's libraries, but is instead filled in by Segment's servers when it receives a message for **client side events only**.
186186
- The Android library collects `screen.density` with [this method](/docs/connections/spec/common/#context-fields-automatically-collected).
187187

188-
To pass the context variables which are not automatically collected by our libraries, you will need to manually include them in the event payload. The following code shows how to pass `groupId` as the context field of Analytics.js's `.track()` event:
188+
To pass the context variables which are not automatically collected by Segment's libraries, you must manually include them in the event payload. The following code shows how to pass `groupId` as the context field of Analytics.js's `.track()` event:
189189

190190
```js
191191
analytics.track("Report Submitted", {},

0 commit comments

Comments
 (0)