Skip to content

Commit

Permalink
docs: better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mausworks committed Jan 28, 2024
1 parent 8b7f912 commit 4c02320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type ReducerAPI<A> = {
/**
* A plugin that allows you to dispatch actions to a reducer.
* @template T The type of the state.
* @template A The type of the action.
* @template A A union of the supported actions.
*/
export type ReducerPlugin<T extends AnyState, A> = Plugin<
StoreAPI<T>,
Expand Down

0 comments on commit 4c02320

Please sign in to comment.