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
230230 UIAlertController * alert = [UIAlertController
231231 alertControllerWithTitle: @ " Critical error occurred"
232232 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 " ,
234234 readeableException]
235235 preferredStyle: UIAlertControllerStyleAlert ];
236236
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ - (dispatch_queue_t)methodQueue
3838 UIAlertController* alert = [UIAlertController
3939 alertControllerWithTitle: @" Unexpected error occured"
4040 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 " ,
4242 readeableException]
4343 preferredStyle: UIAlertControllerStyleAlert];
4444
You can’t perform that action at this time.
0 commit comments