Skip to content

Commit 925446b

Browse files
authored
Merge pull request #33 from pesterhazy/appologies
Fix typo
2 parents 90793f7 + 09fbe5a commit 925446b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \nPlease restart the app\n",
233+
@"Apologies..The app will close now \nPlease restart the app\n",
234234
readeableException]
235235
preferredStyle:UIAlertControllerStyleAlert];
236236

ios/ReactNativeExceptionHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \nPlease restart the app\n",
41+
@"Apologies..The app will close now \nPlease restart the app\n",
4242
readeableException]
4343
preferredStyle:UIAlertControllerStyleAlert];
4444

0 commit comments

Comments
 (0)