Skip to content

Commit 5033b11

Browse files
committed
Fixed spelling mistakes.
1 parent 9d01a36 commit 5033b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/iOS/IOSBridge.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ float IOSSafeAreaInsets(const char* side) {
5656

5757
NSException* exception = [NSException
5858
exceptionWithName:NSInvalidArgumentException
59-
reason:@"SafeArea only avalible on iOS 11+"
59+
reason:@"SafeArea only available on iOS 11+"
6060
userInfo:nil];
6161

6262
[exception raise];
@@ -186,7 +186,7 @@ void IOSUIImpactFeedbackGenerator(const char* style) {
186186

187187
NSException* exception = [NSException
188188
exceptionWithName:NSInvalidArgumentException
189-
reason:@"Invalid inpact feedback style."
189+
reason:@"Invalid impact feedback style."
190190
userInfo:nil];
191191

192192
[exception raise];

0 commit comments

Comments
 (0)