Skip to content

Commit

Permalink
Updated readme source
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Nov 26, 2018
1 parent ae2fd80 commit 1a06dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/2_redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### You should read [The Mighty Tutorial](https://github.com/piotrwitek/typesafe-actions#behold-the-mighty-tutorial) to learn it all the easy way!

A solution below is using simple factory function to automate the creation of type-safe action creators. The goal is to reduce the maintainability and code repetition of type annotations for actions and creators and the result is completely typesafe action-creators and their actions.
A solution below is using a simple factory function to automate the creation of type-safe action creators. The goal is to decrease maintenance effort and reduce code repetition of type annotations for actions and creators. The result is completely typesafe action-creators and their actions.

::example='../../playground/src/features/counters/actions.ts'::
::usage='../../playground/src/features/counters/actions.usage.ts'::
Expand Down

0 comments on commit 1a06dd6

Please sign in to comment.