Skip to content

Commit

Permalink
Fix typo in api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acontreras89 authored Jul 19, 2017
1 parent 08b7d3e commit 948bc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const normalizedData = normalize(data, responseSchema);
```js
{
entities: {
users: { '123': { id_str: '123', name: 'Beth' } }
users: { '123': { id: '123', name: 'Beth' } }
},
result: { users: [ '123' ] }
}
Expand Down

0 comments on commit 948bc94

Please sign in to comment.