Skip to content

Commit

Permalink
Merge pull request #26 from ewolfe/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
ctrlplusb committed Mar 23, 2018
2 parents 64e82be + aca2991 commit b6c594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DataFetcher extends React.Component {
getData() {
// Supports promises! You could call an API for example to fetch some
// data, or do whatever "bootstrapping" you desire.
return Promise.resove(this.props.id)
return Promise.resolve(this.props.id)
}

render() {
Expand Down

0 comments on commit b6c594f

Please sign in to comment.