Skip to content

Commit 25c5083

Browse files
docs(getDefaultMiddleware.mdx): preferrable -> preferable
1 parent 5fa0d4a commit 25c5083

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
@@ -62,7 +62,7 @@ const store = configureStore({
6262
// Store has all of the default middleware added, _plus_ the logger middleware
6363
```
6464

65-
It is preferrable to use the chainable `.concat(...)` and `.prepend(...)` methods of the returned `MiddlewareArray` instead of the array spread operator, as the latter can lose valuable type information under some circumstances.
65+
It is preferable to use the chainable `.concat(...)` and `.prepend(...)` methods of the returned `MiddlewareArray` instead of the array spread operator, as the latter can lose valuable type information under some circumstances.
6666

6767
## Included Default Middleware
6868

0 commit comments

Comments
 (0)