Skip to content

Commit

Permalink
Add missing comma to location example (#6904)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dahlke authored and timdorr committed Sep 11, 2019
1 parent 1b4329e commit 7370fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/docs/api/location.md
Expand Up @@ -6,7 +6,7 @@ even where it was. It looks like this:
```js
{
key: 'ac3df4', // not with HashHistory!
pathname: '/somewhere'
pathname: '/somewhere',
search: '?some=search-string',
hash: '#howdy',
state: {
Expand Down

0 comments on commit 7370fa3

Please sign in to comment.