Skip to content

Commit 803e739

Browse files
authored
update phrasing for immutableCheck settings example
1 parent 624f0d6 commit 803e739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/immutabilityMiddleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ import exampleSliceReducer from './exampleSlice'
120120

121121
const store = configureStore({
122122
reducer: exampleSliceReducer,
123-
// Note that this will NOT replace all default middleware
123+
// This replaces the original default middleware with the customized versions
124124
middleware: (getDefaultMiddleware) =>
125125
getDefaultMiddleware({
126126
immutableCheck: {

0 commit comments

Comments
 (0)