Skip to content

Commit 37db532

Browse files
authored
Merge pull request #2572 from Vpr99/create-reducer-typo
Fix typo in `CaseReducer` comment annotation
2 parents 4a333c2 + d14cc88 commit 37db532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/createReducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type ActionMatcherDescriptionCollection<S> = Array<
3737
>
3838

3939
/**
40-
* An *case reducer* is a reducer function for a specific action type. Case
40+
* A *case reducer* is a reducer function for a specific action type. Case
4141
* reducers can be composed to full reducers using `createReducer()`.
4242
*
4343
* Unlike a normal Redux reducer, a case reducer is never called with an

0 commit comments

Comments
 (0)