diff --git a/packages/redux-devtools-instrument/src/instrument.ts b/packages/redux-devtools-instrument/src/instrument.ts index a2be4ac0..f288ed3a 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 instrume ntation should not be applied more than once. ' + + 'DevTools instrumentation should not be applied more than once. ' + 'Check your store configuration.', ); }