We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a333c2 + d14cc88 commit 37db532Copy full SHA for 37db532
packages/toolkit/src/createReducer.ts
@@ -37,7 +37,7 @@ export type ActionMatcherDescriptionCollection<S> = Array<
37
>
38
39
/**
40
- * An *case reducer* is a reducer function for a specific action type. Case
+ * A *case reducer* is a reducer function for a specific action type. Case
41
* reducers can be composed to full reducers using `createReducer()`.
42
*
43
* Unlike a normal Redux reducer, a case reducer is never called with an
0 commit comments