Skip to content

Commit ae2fd80

Browse files
authored
Merge pull request piotrwitek#104 from chillitom/patch-1
goal should be to increase maintainability
2 parents 2f88083 + a3a9f5b commit ae2fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export default () => <SFCCounterConnectedExtended label={'SFCCounterConnectedExt
766766
767767
### You should read [The Mighty Tutorial](https://github.com/piotrwitek/typesafe-actions#behold-the-mighty-tutorial) to learn it all the easy way!
768768
769-
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.
769+
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.
770770
771771
```tsx
772772
import { action } from 'typesafe-actions';

0 commit comments

Comments
 (0)