Skip to content

Commit a934589

Browse files
authored
Fix typo (#45)
Fix a typo in the instructions for redux step 2
1 parent 6da251e commit a934589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/02-connect-app-and-store/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export default class Page extends Component {
239239

240240
static propTypes = {
241241
pollInterval: PropTypes.number,
242-
emails: PropTypes.arraOf(EMAIL_PROP_TYPE),
242+
emails: PropTypes.arrayOf(EMAIL_PROP_TYPE),
243243
}
244244

245245
// default props

0 commit comments

Comments
 (0)