Skip to content

Commit 38ec883

Browse files
authored
Apply suggestions from code review
1 parent 734217c commit 38ec883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/apple/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ If you don't need to transform all of your Segment calls, and only want to trans
331331
332332
## 4. Upgrade Notes: Changes to the Configuration Object
333333
334-
> info "You may need to call Identify as a one-off after migrating to Swift"
334+
> info "Call Identify as a one-off after migrating to Swift"
335335
> To preserve the userId for users identified prior to your migration to Swift, you must make a one-off Identify call. This is due to a storage format change between the Analytics-iOS and the Analytics-Swift libraries.
336336
337337
The following option was renamed in Analytics-Swift:

src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ If you don't need to transform all of your Segment calls, and only want to trans
385385

386386
## 4. Upgrade Notes
387387

388-
> info "You might need to call Identify as a one-off after migrating to Kotlin"
388+
> info "Call Identify as a one-off after migrating to Kotlin"
389389
> To preserve the userId for users identified prior to your migration to Kotlin, you must make a one-off Identify call. This is due to a storage format change between the Analytics-Android and the Analytics-Kotlin libraries.
390390
391391
### 4.a) Changes to the Configuration Object

0 commit comments

Comments
 (0)