File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ If you noticed the default native exception popup does exactly that. To customiz
230
230
UIAlertController * alert = [UIAlertController
231
231
alertControllerWithTitle: @ " Critical error occurred"
232
232
message: [NSString stringWithFormat: @ " %@\n %@" ,
233
- @ " Appologies ..The app will close now \n Please restart the app\n " ,
233
+ @ " Apologies ..The app will close now \n Please restart the app\n " ,
234
234
readeableException]
235
235
preferredStyle: UIAlertControllerStyleAlert ];
236
236
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ - (dispatch_queue_t)methodQueue
38
38
UIAlertController* alert = [UIAlertController
39
39
alertControllerWithTitle: @" Unexpected error occured"
40
40
message: [NSString stringWithFormat: @" %@ \n %@ " ,
41
- @" Appologies ..The app will close now \n Please restart the app\n " ,
41
+ @" Apologies ..The app will close now \n Please restart the app\n " ,
42
42
readeableException]
43
43
preferredStyle: UIAlertControllerStyleAlert];
44
44
You can’t perform that action at this time.
0 commit comments