Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence authored Sep 17, 2016
1 parent 3b6f2b4 commit d9bc655
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 @@ -82,7 +82,7 @@ const matchedRoutes = matchRoutesToLocation(routes, location)
// function on them:
Promise.all(
matchedRoutes.filter(route => route.component.loadData).map(route => (
route.fetchData()
route.loadData()
))
).then(data => {
// put the data somewhere and render
Expand Down

0 comments on commit d9bc655

Please sign in to comment.