Skip to content

Commit 59ad06f

Browse files
author
Mike Stephane
committed
Fix typo in getDefaultMiddleware doc
1 parent 24fc343 commit 59ad06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/getDefaultMiddleware.mdx

Lines changed: 1 addition & 1 deletion
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)