diff --git a/packages/react-router/docs/api/location.md b/packages/react-router/docs/api/location.md index 5f07b45f21..2e2e1775d6 100644 --- a/packages/react-router/docs/api/location.md +++ b/packages/react-router/docs/api/location.md @@ -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: {