Skip to content

Commit cf79104

Browse files
authored
Typo
1 parent 44b3c6e commit cf79104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const Router = React.createClass({
100100

101101
invariant(
102102
!isUnsupportedHistory(history),
103-
'You have provided a history object from created with history v3.x. ' +
103+
'You have provided a history object created with history v3.x. ' +
104104
'This version of React Router is not compatible with v3 history ' +
105105
'objects. Please use history v2.x instead.'
106106
)

0 commit comments

Comments
 (0)