From 7370fa3a8a40caae878d944911f5319e5f458e61 Mon Sep 17 00:00:00 2001 From: Mike Dahlke Date: Tue, 10 Sep 2019 20:42:48 -0400 Subject: [PATCH] Add missing comma to location example (#6904) --- packages/react-router/docs/api/location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {