Skip to content

Commit 3909343

Browse files
committed
Merge pull request #4 from puhastudio/readme-typo
Fix minor typo in README
2 parents 0a41be0 + 8bd8d9f commit 3909343

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
@@ -11,7 +11,7 @@ This differs from alternative methods in a number of ways:
1111
- The ancestors of a component are not responsible for conveying dependencies to via `props` -- particularly when it comes to dependencies the ancestors don't use themselves.
1212
- The components are not coupled to Redux in any way -- no `connect` distributed throughout the component tree.
1313
- There are no [smart components](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0#.m5y0saa0k). Well there's one, but it's hidden inside the Controller.
14-
- Action creators do not peforming any fetching. They are only responsible for constructing action objects, as is the case in vanilla Redux, with no middleware needed.
14+
- Action creators do not perform any fetching. They are only responsible for constructing action objects, as is the case in vanilla Redux, with no middleware needed.
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)