Skip to content

Commit 488794a

Browse files
authored
Spelling update (#214)
- Update spelling mistake in the Swift sample app
1 parent 84c86c2 commit 488794a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Sample-Swift/Sample-Swift/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ import UIKit
1010
import Intercom
1111

1212
let INTERCOM_APP_ID = "<#YOUR APP ID#>"
13-
let INETERCOM_API_KEY = "<#YOUR API KEY#>"
13+
let INTERCOM_API_KEY = "<#YOUR API KEY#>"
1414

1515
@UIApplicationMain
1616
class AppDelegate: UIResponder, UIApplicationDelegate {
1717

1818
var window: UIWindow?
1919

2020
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
21-
Intercom.setApiKey(INETERCOM_API_KEY, forAppId: INTERCOM_APP_ID)
21+
Intercom.setApiKey(INTERCOM_API_KEY, forAppId: INTERCOM_APP_ID)
2222
Intercom.setLauncherVisible(true)
2323

2424
#if DEBUG

0 commit comments

Comments
 (0)