Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staturnzz committed Feb 25, 2023
1 parent f604b2c commit 9776e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions socket/supporting files/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ - (void)viewDidLoad {
[[NSUserDefaults standardUserDefaults] synchronize];

UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"Welcome"
message:@"It seems this is your first time using socket.\
Please note this this is current in beta, there may be issues.\
message:@"It seems this is your first time using Socket.\
Please note this this is currently in beta, so there may be issues.\
If you need help or want to report an issue, feel free to message me\
on twitter @0x7FF7 or github @staturnzz. Enjoy!"
preferredStyle:UIAlertControllerStyleAlert];
Expand Down

0 comments on commit 9776e08

Please sign in to comment.