forked from Mirrors/jsonapi
typo fix
This commit is contained in:
parent
48a0031e3a
commit
b8389265b6
|
@ -262,7 +262,7 @@ response. In other words, there will be no, "included", array in the json
|
|||
all relationships will be serailized inline in the data.
|
||||
|
||||
However, in tests, you may want to construct payloads to post to create methods
|
||||
that are embedded to most closely resember the payloads that will be produced by
|
||||
that are embedded to most closely resemble the payloads that will be produced by
|
||||
the client. This is what this method is intended for.
|
||||
|
||||
model interface{} should be a pointer to a struct.
|
||||
|
|
Loading…
Reference in New Issue