Fix misspelling UIKit

Summary: Closes https://github.com/facebook/react-native/pull/15240

Differential Revision: D5524387

Pulled By: shergin

fbshipit-source-id: a35f40d24fd59c7a07b10504f1f64825da864b5d
This commit is contained in:
Alexis Jacquelin 2017-07-29 07:57:53 -07:00 committed by Facebook Github Bot
parent a6ad4a059a
commit 688c74693b
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ type Event = Object;
* [`UINavigationController`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationController_Class/),
* enabling you to implement a navigation stack. It works exactly the same as it
* would on a native app using `UINavigationController`, providing the same
* animations and behavior from UIKIt.
* animations and behavior from UIKit.
*
* As the name implies, it is only available on iOS. Take a look at
* [`React Navigation`](https://reactnavigation.org/) for a cross-platform