We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24fc343 + 59ad06f commit 2b549ddCopy full SHA for 2b549dd
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