Skip to content

Commit eb253a1

Browse files
authored
Merge pull request #5399 from ruYJWkgd/patch-2
Make wording more clear in iOS Quickstart Guide
2 parents d127959 + 19d9f81 commit eb253a1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Once you've added an `identify` call, you're ready to move on to tracking!
119119
120120
## Step 4: Track Actions
121121
122-
The `track` method is tells Segment about the actions your users perform in your app. Every action triggers an “event”, which can also have associated properties. You can read more about `track` in the [track method](/docs/connections/sources/catalog/libraries/mobile/ios#track) reference.
122+
The `track` method tells Segment about the actions your users perform in your app. Every action triggers an “event”, which can also have associated properties. You can read more about `track` in the [track method](/docs/connections/sources/catalog/libraries/mobile/ios#track) reference.
123123
124124
To get started, the Segment iOS SDK can automatically track a few important common events, such as **Application Installed**, **Application Updated** and **Application Opened**. You can enable this option during initialization by adding the following lines.
125125

0 commit comments

Comments
 (0)