diff --git a/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md b/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md index b0bb8dcb70..6845f11087 100644 --- a/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md +++ b/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md @@ -256,7 +256,7 @@ class SomePlugin: EventPlugin { #### DestinationPlugin 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. -For example, if you want to implement a device-mode destination plugin for Amplitude, you can use this: +For example, if you want to implement a device-mode destination plugin for AppsFlyer, you can use this: ```swift internal struct AppsFlyerSettings: Codable {