Skip to content

Commit de88415

Browse files
authored
Update index.md
1 parent 278ba87 commit de88415

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/swift-ios

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ Segment supports these destinations for Analytics Swift, with more to come:
455455
No, only the plugins listed above are supported in device-mode for Analytics-Swift.
456456
### Will I still see device-mode integrations listed as `false` in the integrations object?
457457
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
458-
### Does the Analytics-Swift mobile library support mutiple instances of Segment on the device?
459-
The Analytics-Swift mobile library does support multiple instances of Segment on the device. For examlpe, you may wish to send some events to one source and other events to another:
458+
### Does the Analytics-Swift mobile library support multiple instances of Segment on the device?
459+
The Analytics-Swift mobile library does support multiple instances of Segment on the device. For example, you may wish to send some events to one source and other events to another:
460460
```swift
461461
let configuration1 = Configuration(writeKey: "WRITE_KEY1")
462462
.trackApplicationLifecycleEvents(true)

0 commit comments

Comments
 (0)