Skip to content

Commit 82b79e1

Browse files
committed
A few style edits
1 parent ad73cc4 commit 82b79e1

File tree

1 file changed

+6
-6
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple/destination-plugins

1 file changed

+6
-6
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/1flow-swift.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: 1Flow Swift Plugin
44

55
[1Flow](https://1flow.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is a leading in-app user survey and messaging platform for Mobile app and SaaS businesses.
66

7-
Using 1Flow, you can reach users _in-the-moment_ while they are interacting with your website or application, to collect highly contextual user insights that help you improve your product offering and customer experience.
7+
Using 1Flow, you can reach users _in-the-moment_ while they are interacting with your website or application to collect highly contextual user insights that help you improve your product offering and customer experience.
88

99
## Getting started
1010

1111
1. From the Segment web app, click **Catalog**, then search for **1Flow Mobile Plugin**.
1212
2. Click **Add Destination**.
1313
4. Select an existing Source to connect to 1Flow Mobile Plugin.
14-
5. Go to 1flow.ai -> Settings -> Project Settings, copy the 1Flow project key, and paste it into the Destination Settings in Segment.
14+
5. Go to **1flow.ai > Settings > Project Settings**, copy the 1Flow project key, and paste it into the Destination Settings in Segment.
1515
6. Depending on the mobile source you’ve selected, include 1Flow's library by adding the following lines to your dependency configuration.
1616

1717
## Adding the dependency
@@ -24,7 +24,7 @@ https://github.com/1Flow-Inc/segment-1flow-ios.git
2424
```
2525

2626

27-
You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click the `Add Package` button.
27+
You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click **Add Package**.
2828

2929
### Through Package.swift
3030

@@ -38,9 +38,9 @@ Open your Package.swift file and add the following to the `dependencies` section
3838
),
3939
```
4040

41-
## Using the Plugin in your App
41+
## Using the Plugin in your app
4242

43-
Open the file where you setup and configure the Analytics-Swift library. Add this plugin to the list of imports.
43+
Open the file where you set up and configure the Analytics-Swift library. Add this plugin to the list of imports.
4444

4545
```
4646
import Segment
@@ -66,7 +66,7 @@ analytics.identify(userId: "[email protected]", traits: [
6666
"mobile": 1234567890
6767
])
6868
```
69-
When you call identify method of segment, it will be equivalent to `logUser` of 1Flow. `userId` will be `userID` and `traits` will be `userDetails`.
69+
The Segment identify method is equivalent to `logUser` of 1Flow. `userId` will be `userID` and `traits` will be `userDetails`.
7070

7171
## Track
7272
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:

0 commit comments

Comments
 (0)