diff --git a/Libraries/Components/Navigation/NavigatorIOS.ios.js b/Libraries/Components/Navigation/NavigatorIOS.ios.js index 3616d4832..87daa4ffe 100644 --- a/Libraries/Components/Navigation/NavigatorIOS.ios.js +++ b/Libraries/Components/Navigation/NavigatorIOS.ios.js @@ -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