diff --git a/packages/react-navigation/examples/NavigationPlayground/js/CustomTabUI.js b/packages/react-navigation/examples/NavigationPlayground/js/CustomTabUI.js index 82a61d49..818d7f7c 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/CustomTabUI.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/CustomTabUI.js @@ -36,9 +36,9 @@ class MyHomeScreen extends React.Component { } } -class ReccomendedScreen extends React.Component { +class RecommendedScreen extends React.Component { static navigationOptions = { - tabBarLabel: 'Reccomended', + tabBarLabel: 'Recommended', tabBarIcon: ({ tintColor, focused, horizontal }) => ( - Reccomended Screen + Recommended Screen