Skip to content

Commit 8b38c61

Browse files
authored
goal should be to increase maintainability
1 parent 2f88083 commit 8b38c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 simple factory function to automate the creation of type-safe action creators. The goal is to increase the maintainability and reduce code repetition of type annotations for actions and creators and the result is completely typesafe action-creators and their actions.
770770
771771
```tsx
772772
import { action } from 'typesafe-actions';

0 commit comments

Comments
 (0)