Skip to content

Commit 2b549dd

Browse files
authored
Merge pull request #3594 from mkanyar/fix-typo-in-getDefaultMiddleWare-api-doc
Fix typo in getDefaultMiddleware doc
2 parents 24fc343 + 59ad06f commit 2b549dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/getDefaultMiddleware.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const middleware = [thunk]
111111

112112
`getDefaultMiddleware` accepts an options object that allows customizing each middleware in two ways:
113113

114-
- Each middleware can be excluded the result array by passing `false` for its corresponding field
114+
- Each middleware can be excluded from the result array by passing `false` for its corresponding field
115115
- Each middleware can have its options customized by passing the matching options object for its corresponding field
116116

117117
This example shows excluding the serializable state check middleware, and passing a specific value for the thunk

0 commit comments

Comments
 (0)