Skip to content

Commit eea81d5

Browse files
Merge pull request #2190 from segmentio/tawe-segment-patch-1
Fix typo in DestinationPlugin section
2 parents 5d1da1d + 512c67d commit eea81d5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class SomePlugin: EventPlugin {
256256
#### DestinationPlugin
257257
The `DestinationPlugin` interface is commonly used for device-mode destinations. This plugin contains an internal timeline that follows the same process as the analytics timeline, enabling you to modify and augment how events reach a particular destination.
258258

259-
For example, if you want to implement a device-mode destination plugin for Amplitude, you can use this:
259+
For example, if you want to implement a device-mode destination plugin for AppsFlyer, you can use this:
260260

261261
```swift
262262
internal struct AppsFlyerSettings: Codable {

0 commit comments

Comments
 (0)