mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix typo in RCTSurface log
Summary: title Changelog: [iOS][Internal] Fix typo in RCTSurface log Reviewed By: zackargyle, sammy-SC Differential Revision: D19334748 fbshipit-source-id: 61cc984072d2f109d5ae8bce70688094d9fbe67c
This commit is contained in:
committed by
Facebook Github Bot
parent
5e6c61e449
commit
a6c0f5a120
@@ -62,7 +62,7 @@
|
||||
moduleName:(NSString *)moduleName
|
||||
initialProperties:(NSDictionary *)initialProperties
|
||||
{
|
||||
RCTAssert(bridge.valid, @"Valid bridge is required to instanciate `RCTSurface`.");
|
||||
RCTAssert(bridge.valid, @"Valid bridge is required to instantiate `RCTSurface`.");
|
||||
|
||||
if (self = [super init]) {
|
||||
_bridge = bridge;
|
||||
|
||||
Reference in New Issue
Block a user