Skip to content

Commit 59f2354

Browse files
committed
Update v2.0.0.md
fix typo
1 parent 3f92506 commit 59f2354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade-guides/v2.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A codemod is much like Babel, but instead of converting your ES2015 code to ES5
3636

3737
We now include singleton `history` instances for you to use in the router. They are `hashHistory` (hash-based URLs) and `browserHistory` (HTML5 pushState "pretty" URLs). They include any needed history wrappers (such as `useQueries`) so you don't have to write as much boilerplate as before.
3838

39-
Another big change because of this is `history` is now a normal dependency. You no longer have to install and maintain `history` spearately. Batteries included!
39+
Another big change because of this is `history` is now a normal dependency. You no longer have to install and maintain `history` separately. Batteries included!
4040

4141
### No Default History
4242

0 commit comments

Comments
 (0)