소스 검색

Fixed typo in comments (#1810)

Naoto Ida 7 년 전
부모
커밋
831c4e148c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ios/RCCViewController.m

+ 1
- 1
ios/RCCViewController.m 파일 보기

@@ -191,7 +191,7 @@ const NSInteger TRANSPARENT_NAVBAR_TAG = 78264803;
191 191
   self.timestamp = props[GLOBAL_SCREEN_ACTION_TIMESTAMP];
192 192
   
193 193
   
194
-  // In order to support 3rd party native ViewControllers, we support passing a class name as a prop mamed `ExternalNativeScreenClass`
194
+  // In order to support 3rd party native ViewControllers, we support passing a class name as a prop named `ExternalNativeScreenClass`
195 195
   // In this case, we create an instance and add it as a child ViewController which preserves the VC lifecycle.
196 196
   // In case some props are necessary in the native ViewController, the ExternalNativeScreenProps can be used to pass them
197 197
   [self addExternalVCIfNecessary:props];