Skip to content

Commit 1a06dd6

Browse files
committed
Updated readme source
1 parent ae2fd80 commit 1a06dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/markdown/2_redux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
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.
10+
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.
1111

1212
::example='../../playground/src/features/counters/actions.ts'::
1313
::usage='../../playground/src/features/counters/actions.usage.ts'::

0 commit comments

Comments
 (0)