Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit ce87d52

Browse files
committed
update readme
1 parent ab9b556 commit ce87d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ JSONAPIDeserializer.deserialize(jsonapiResponse, {
1818
#### Available deserialize config params
1919

2020
- **keepRelationshipsTypes**: (optional boolean default:false) Defines if relationships should keep type property.
21-
If the flag is false, the value will be the relationship value will be a `string | []string | null | []`.
21+
If the flag is false, the relationship value will be a `string | []string | null | []`.
2222
If the flag is true, the value will be `{id, type} | []{id, type}`.
2323
> Note: if the relationship has a related included object, the included object will be set as the relationship value.
2424

0 commit comments

Comments
 (0)