Skip to content

Commit ce47d6a

Browse files
Inneifacebook-github-bot
authored andcommitted
fix(typo): RCTBridgeProxy.mm methid to method (#50394)
Summary: Fix typo ## Changelog: [Internal] - typo `RCTBridgeProxy.mm` `methid` to `method` Pull Request resolved: #50394 Test Plan: N/A Reviewed By: NSProgrammer, cortinico Differential Revision: D72168477 Pulled By: cipolleschi fbshipit-source-id: 6442aa87e90b9be9c18a2e2535939630848907d9
1 parent ac23323 commit ce47d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/React/Base/RCTBridgeProxy.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ - (NSMethodSignature *)methodSignatureForSelector:(SEL)sel
475475

476476
- (void)forwardInvocation:(NSInvocation *)invocation
477477
{
478-
[self logError:@"This methid is unsupported." cmd:invocation.selector];
478+
[self logError:@"This method is unsupported." cmd:invocation.selector];
479479
}
480480

481481
/**

0 commit comments

Comments
 (0)