diff --git a/packages/redux-devtools-instrument/src/instrument.ts b/packages/redux-devtools-instrument/src/instrument.ts index f288ed3a..a2be4ac0 100644 --- a/packages/redux-devtools-instrument/src/instrument.ts +++ b/packages/redux-devtools-instrument/src/instrument.ts @@ -1048,7 +1048,7 @@ export function instrument< ).liftedStore ) { throw new Error( - 'DevTools instrumentation should not be applied more than once. ' + + 'DevTools instrume ntation should not be applied more than once. ' + 'Check your store configuration.', ); }