Skip to content

Commit

Permalink
feat(redux-devtools): update react-redux peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 28, 2020
1 parent 6eb15c9 commit b60a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-devtools/src/createDevTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function logError(type) {
/* eslint-disable no-console */
if (type === "NoStore") {
console.error(
"Redux DevTools could not render. You must pass the Redux store " +
"Redux DevTools could nota render. You must pass the Redux store " +
'to <DevTools> either as a "store" prop or by wrapping it in a ' +
"<Provider store={store}>."
);
Expand Down

0 comments on commit b60a0e0

Please sign in to comment.