Commit 94db45ab authored by Justus Eapen's avatar Justus Eapen

Fix typo so 'grant' is spelled correctly

in common error
parent e7e4b664
...@@ -275,7 +275,7 @@ RCT_EXPORT_METHOD(requestPermissions:(RCTPromiseResolveBlock)resolve rejecter:(R ...@@ -275,7 +275,7 @@ RCT_EXPORT_METHOD(requestPermissions:(RCTPromiseResolveBlock)resolve rejecter:(R
if(granted){ if(granted){
resolve(nil); resolve(nil);
} else{ } else{
reject(@"notification_error", @"Failed to grand permission", error); reject(@"notification_error", @"Failed to grant permission", error);
} }
} }
]; ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment