Skip to content

Commit 512c67d

Browse files
authored
Fix typo in DestinationPlugin section
The example is for "AppsFlyer" but was referenced as "Amplitude"
1 parent 5d1da1d commit 512c67d

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)