From a6f3cc7b94ecd0e80f33c0ed05b140769b61c794 Mon Sep 17 00:00:00 2001 From: Ankush Goel Date: Tue, 24 Sep 2024 15:52:20 +0530 Subject: [PATCH] Readme Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {