We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d01a36 commit 5033b11Copy full SHA for 5033b11
Plugins/iOS/IOSBridge.mm
@@ -56,7 +56,7 @@ float IOSSafeAreaInsets(const char* side) {
56
57
NSException* exception = [NSException
58
exceptionWithName:NSInvalidArgumentException
59
- reason:@"SafeArea only avalible on iOS 11+"
+ reason:@"SafeArea only available on iOS 11+"
60
userInfo:nil];
61
62
[exception raise];
@@ -186,7 +186,7 @@ void IOSUIImpactFeedbackGenerator(const char* style) {
186
187
188
189
- reason:@"Invalid inpact feedback style."
+ reason:@"Invalid impact feedback style."
190
191
192
0 commit comments