diff --git a/packages/react-navigation/docs/guides/Navigation-Actions.md b/packages/react-navigation/docs/guides/Navigation-Actions.md index 78ec4101..13dd6da9 100644 --- a/packages/react-navigation/docs/guides/Navigation-Actions.md +++ b/packages/react-navigation/docs/guides/Navigation-Actions.md @@ -5,11 +5,11 @@ All Navigation Actions return an object that can be sent to the router using `na Note that if you want to dispatch react-navigation actions you should use the action creators provided in this library. The following actions are supported: -* [Navigate](#navigate) - Navigate to another route -* [Reset](#reset) - Replace current state with a new state -* [Back](#back) - Go back to previous state -* [Set Params](#setparams) - Set Params for given route -* [Init](#init) - Used to initialize first state if state is undefined +* [Navigate](#Navigate) - Navigate to another route +* [Reset](#Reset) - Replace current state with a new state +* [Back](#Back) - Go back to previous state +* [Set Params](#SetParams) - Set Params for given route +* [Init](#Init) - Used to initialize first state if state is undefined ### Navigate The `Navigate` action will update the current state with the result of a `Navigate` action.