Skip to content

Commit 605e140

Browse files
authored
Merge pull request #558 from cestcri/patch-2
Fixing a typo
2 parents 038e505 + d913d76 commit 605e140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ In the following JSON document, the relation from a book to an author is represe
209209
}
210210
```
211211

212-
However, for performance reasons, it is sometimes prerable to avoid forcing the client to issue extra HTTP requests.
212+
However, for performance reasons, it is sometimes preferable to avoid forcing the client to issue extra HTTP requests.
213213
It is possible to embed related objects (in their entirity, or only some of their properties) directly in the parent
214214
response through the use of serialization groups. By using the following serialization groups annotations (`@Groups`),
215215
a JSON representation of the author is embedded in the book response:

0 commit comments

Comments
 (0)