diff --git a/packages/redux-devtools/src/createDevTools.js b/packages/redux-devtools/src/createDevTools.js index 6cab822ce8..14182d32c5 100644 --- a/packages/redux-devtools/src/createDevTools.js +++ b/packages/redux-devtools/src/createDevTools.js @@ -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 either as a "store" prop or by wrapping it in a ' + "." );