Skip to content

Commit a3a9f5b

Browse files
authored
Make sentence scan better
1 parent 29a4106 commit a3a9f5b

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 decrease maintenance effort and reduce 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)