Skip to content

Commit

Permalink
Remove typo from router docs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
philraj authored and satya164 committed Jan 27, 2017
1 parent 7c1a95d commit c34a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/routers/Routers.md
Expand Up @@ -40,7 +40,7 @@ const MyApp = StackNavigator({
}, {
initialRouteName: 'Home',
})
const MyApp.router = {
MyApp.router = {
...MyApp.router,
getStateForAction(action, state) {
if (state && action.type === 'PushTwoProfiles') {
Expand Down

0 comments on commit c34a6d5

Please sign in to comment.