Skip to content

Commit 5684e74

Browse files
authored
Merge pull request #5447 from rohantryskybox/1Flow-iOS
Small wording change
2 parents a293225 + 5c3521a commit 5684e74

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/1flow-mobile-plugin

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/1flow-mobile-plugin/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ In the Xcode File menu, click Add Packages. You'll see a dialog where you can se
3333

3434
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.
3535

36-
### Step 2: Initialise Segment and Add 1Fow Destination
36+
### Step 2: Initialize Segment and add 1Fow Destination
3737

3838
```
39-
import Segment1Flow
39+
import Segment1Flow
4040
...
4141
let config = Configuration(writeKey: "YOUR_WRITE_KEY_HERE")
4242
let analytics = Analytics(configuration: config)
@@ -45,7 +45,7 @@ analytics.add(plugin: OneFlowDestination())
4545

4646
## Android
4747

48-
### Step 1: Install 1Flow-Segment-Tool
48+
### Step 1: Install Segment1Flow Package
4949

5050
- If gradle version is 6.5 or lower, include the below repository in your project's build.gradle file:
5151

0 commit comments

Comments
 (0)