diff --git a/README.md b/README.md index 3d2c0b2f2..f9a1ca9af 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ MisticaConfig.brandStyle = .o2 Remember to initialize Mistica with you desired brand style before the initialize the UI of your app. -In applications before iOS 13, the initialziation should be done in the **UIApplicationDelegate**, +In applications before iOS 13, the initialization should be done in the **UIApplicationDelegate**, ```swift func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {