Skip to content

Commit b299631

Browse files
committed
a word
1 parent 33015e5 commit b299631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createSlice.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ context
809809

810810
The Typescript system for custom slice creators uses a "creator registry" system similar to the module system for [RTK Query](/rtk-query/usage/customizing-create-api#creating-your-own-module).
811811

812-
Creators are registered by using module augmentation to add a new key (their unique `type`) to the `SliceReducerCreators` interface. The interface receives three type parameters (`State`, `CaseReducers` and `Name`), and each entry should have use the `ReducerCreatorEntry` type utility.
812+
Creators are registered by using module augmentation to add a new key (their unique `type`) to the `SliceReducerCreators` interface. The interface receives three type parameters (`State`, `CaseReducers` and `Name`), and each entry should use the `ReducerCreatorEntry` type utility.
813813

814814
```ts no-transpile
815815
const reducerCreatorType = Symbol()

0 commit comments

Comments
 (0)