From 1a9195494db08b53f49306538ada8bcef166028a Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Sat, 7 Jan 2023 03:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Minor=20Changes:=20Fix=20Typo/Spell?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../React Native/RNIModalView/RNIModalViewError.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/src_library/React Native/RNIModalView/RNIModalViewError.swift b/ios/src_library/React Native/RNIModalView/RNIModalViewError.swift index 88458a40..0fedb90b 100644 --- a/ios/src_library/React Native/RNIModalView/RNIModalViewError.swift +++ b/ios/src_library/React Native/RNIModalView/RNIModalViewError.swift @@ -23,7 +23,7 @@ public enum RNIModalViewError: String, CaseIterable { static func getErrorMessage(for errorCase: RNIModalViewError) -> String { switch errorCase { case .modalAlreadyDismissed: - return "Cannot dismiss modal because it's currently not presenetd"; + return "Cannot dismiss modal because it's currently not presented"; case .modalAlreadyPresented: return "Cannot present modal because it's already presented";