Skip to content

Commit 528ec1a

Browse files
authored
Merge pull request #1290 from Fannolo/patch-1
2 parents 412727a + 9b12e8c commit 528ec1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createSlice.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and automatically generates action creators and action types that correspond to
1515
This API is the standard approach for writing Redux logic.
1616

1717
Internally, it uses [`createAction`](./createAction.mdx) and [`createReducer`](./createReducer.mdx), so
18-
you may also use Immer to write "mutating" immutable updates:
18+
you may also use [Immer](https://immerjs.github.io/immer/) to write "mutating" immutable updates:
1919

2020
```ts
2121
import { createSlice, PayloadAction } from '@reduxjs/toolkit'

0 commit comments

Comments
 (0)