Skip to content

Commit

Permalink
✨ Minor Changes: Fix Typo/Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 6, 2023
1 parent 93d7c67 commit 1a91954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1a91954

Please sign in to comment.