Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Mar 15, 2022
1 parent 9f831bf commit 82adc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ That's where a React Router specific `history` object comes into play. It provid

```js
let history = createBrowserHistory();
history.listen(({location, action}) => {
history.listen(({ location, action }) => {
// this is called whenever new locations come in
// the action is POP, PUSH, or REPLACE
});
Expand Down

0 comments on commit 82adc16

Please sign in to comment.