Skip to content

Commit f4ef356

Browse files
authored
Apply suggestions from code review
1 parent c024695 commit f4ef356

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/ios

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Analytics.shared().enable()
581581
> If you disable the Segment SDK in response to user opt-out, all Segment method invocations (Track, Screen, Identify, etc) are ignored. However, this does not disable any destination SDKs that you bundled along with Segment. You should consult the vendor documentation for those destinations, and invoke the corresponding `disable` methods for each packaged SDK to ensure that any automatic data collection stops.
582582
583583
## Context
584-
Context is a dictionary of extra information you can provide about a specific API call. You can add any custom data to the context dictionary that you want to have access to in the raw logs. Some keys in the context dictionary [have semantic meaning and are collected for you automatically](https://segment.com/docs/connections/spec/common/#context), such as information about the user’s device.
584+
Context is a dictionary of extra information you can provide about a specific API call. You can add any custom data to the context dictionary that you want to have access to in the raw logs. Some keys in the context dictionary [have semantic meaning and are collected for you automatically](/docs/connections/spec/common/#context), such as information about the user’s device.
585585

586586
The example below shows a track call where campaign data is added to context:
587587

@@ -600,7 +600,7 @@ Analytics.shared().track("Product Viewed", properties: nil, options: ["context":
600600
{% endcodeexampletab %}
601601
{% endcodeexample %}
602602
603-
You can also override any context that is automatically collected by Segment.
603+
You can also override any context that Segment automatically collects.
604604
605605
The example below shows a track call where locale is overwritten to a specific value:
606606

0 commit comments

Comments
 (0)