Skip to content

Commit

Permalink
Merge d83a9a8 into 675508c
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronheard committed Aug 24, 2019
2 parents 675508c + d83a9a8 commit e6af50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-setups.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const apiDesc = {
},
getDoodadList: {
url: 'http://api.my-service.com/doodads',
+ dataTranform: (data) => fixup(data)
+ dataTransform: (data) => fixup(data)
},
```

Expand Down

0 comments on commit e6af50a

Please sign in to comment.