Skip to content

Commit

Permalink
Fix mistake in rendering docs
Browse files Browse the repository at this point in the history
  • Loading branch information
drtheuns committed Mar 11, 2020
1 parent 2e5d7e0 commit 81a885c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ always be an `id` and a `type`. You can implement the

## `ReferenceMapRenderer`

The ReferenceMap is based on JSON-API, but the includes is an object that links
the `type` and `id` in way that is easier to parse.
The ReferenceMap is based on JSON-API, but the `included` is an object that
links the `type` and `id` in way that is easier to parse.

```json
{
Expand Down

0 comments on commit 81a885c

Please sign in to comment.