Skip to content

Commit 51fcd24

Browse files
kmeinhTomusm
andauthored
Update AppCenter/AppCenterSDK+SMFLogger.swift
Co-Authored-By: Thomas Malval <thomas.malval@smartmobilefactory.com>
1 parent 205a06a commit 51fcd24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AppCenter/AppCenterSDK+SMFLogger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ extension AppCenterSDK {
101101
let appSecretFromBundle = Bundle.main.object(forInfoDictionaryKey: AppCenterConstants.appSecretKey) as? String
102102

103103
guard let _appSecret = (appSecret ?? appSecretFromBundle) else {
104-
assertionFailure("Error: You have to set the `\(AppCenterConstants.appSecretKey)` key in the info plist or specify your own when initializing teh SDK.")
104+
assertionFailure("Error: You have to set the `\(AppCenterConstants.appSecretKey)` key in the info plist or specify your own when initializing the SDK.")
105105
return
106106
}
107107

0 commit comments

Comments
 (0)