We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fc343 commit 59ad06fCopy full SHA for 59ad06f
docs/api/getDefaultMiddleware.mdx
@@ -111,7 +111,7 @@ const middleware = [thunk]
111
112
`getDefaultMiddleware` accepts an options object that allows customizing each middleware in two ways:
113
114
-- Each middleware can be excluded the result array by passing `false` for its corresponding field
+- Each middleware can be excluded from the result array by passing `false` for its corresponding field
115
- Each middleware can have its options customized by passing the matching options object for its corresponding field
116
117
This example shows excluding the serializable state check middleware, and passing a specific value for the thunk
0 commit comments