Skip to content

Commit 57de0c1

Browse files
committed
wordsmithing
1 parent 5f1022c commit 57de0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade-guides/v2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The deprecation warnings should also lead you to the relevant part of this docum
2626

2727
### Default Hash History
2828

29-
`Router` used to default to creating a hash history, it no longer creates a default, you must provide one.
29+
`Router` used to default to creating a hash history, it no longer creates a default, you must provide one. This helps keep your app's bundle size down by not including hash history no matter what history you're actually using.
3030

3131
```js
3232
// v1.x

0 commit comments

Comments
 (0)