Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/NavigateOutsideComponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ React Router provides a few ways of accomplishing it.

## 1. Using `this.props.history`

If you are trying to do it in the Route component (in short, *it's a component which is definied in your routes configuration*)
If you are trying to do it in the Route component (in short, *it's a component which is defined in your routes configuration*)
then you could take `history` object off of the `props` and then use `history`'s `push` method to
navigate to the path you want.

Expand Down