Skip to content

Commit a61328e

Browse files
Apply suggestions from code review
1 parent 938a1ce commit a61328e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,10 @@ var body: some Scene {
353353
```
354354
If you call this method with a valid URL parameter, a Segment `Deep Link Opened` track event triggers.
355355

356-
## Configuration Options
356+
## Configuration options
357357

358358
### anonymousIdGenerator
359-
To generate custom anonymousIds instead of relying on the ones created by Segment, you can use the following configuration option. Here's an example:
359+
To generate custom anonymousIds instead of relying on the ones Segment creates, you can use the following configuration option:
360360
```swift
361361
class MyAnonymousIdGenerator: AnonymousIdGenerator {
362362
func newAnonymousId -> String {

0 commit comments

Comments
 (0)