Skip to content

Commit 5c3521a

Browse files
Small wording change
1 parent 11b64da commit 5c3521a

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
@@ -34,10 +34,10 @@ https://github.com/1Flow-Inc/segment-1flow-ios
3434

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

37-
### Step 2: Initialise Segment and Add 1Fow Destination
37+
### Step 2: Initialize Segment and add 1Fow Destination
3838

3939
```
40-
import Segment1Flow
40+
import Segment1Flow
4141
...
4242
let config = Configuration(writeKey: "YOUR_WRITE_KEY_HERE")
4343
let analytics = Analytics(configuration: config)
@@ -46,7 +46,7 @@ analytics.add(plugin: OneFlowDestination())
4646

4747
## Android
4848

49-
### Step 1: Install 1Flow-Segment-Tool
49+
### Step 1: Install Segment1Flow Package
5050

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

0 commit comments

Comments
 (0)