From 72bdbce860b490e16540fc41d52783b3c430810c Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 4 Nov 2023 18:08:51 -0400 Subject: [PATCH] Random change in instrument --- packages/redux-devtools-instrument/src/instrument.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', ); }