Skip to content

Commit 140042e

Browse files
authored
Small typo fix
1 parent 8850076 commit 140042e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/native-mobile-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When the application is foregrounded on the phone, our SDK will be called and em
3232

3333
This feature is opted out by default. You have to opt in to collect these events as mentioned in our Quick Start guides ([iOS](https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/quickstart/)[Android](https://segment.com/docs/connections/sources/catalog/libraries/mobile/android/quickstart/)). You'll be doing this in code by altering the configuration you pass into the SDK initialization methods (telling the SDK to collect these events automatically).
3434

35-
### What happens if I' already tracking these events? Will they be double counted?
35+
### What happens if I'm already tracking these events? Will they be double counted?
3636

3737
Yes, they will be double counted, but that's only if you opt into this feature. You can either remove your own tracking code for these events or not opt into auto collectionat all.
3838

0 commit comments

Comments
 (0)