Polishing

This commit is contained in:
Greg Turnquist
2019-07-30 12:19:20 -05:00
parent 06c9c0ac3c
commit 71c3f51cf8

View File

@@ -82,7 +82,7 @@ operations.
In REST, the "thing" being linked to is a *resource*. Resources provide both information as well as information on _how_ to
retrieve and update that information.
Spring HATEOAS defines a generic `EntityModel<T>` container uased to model resources that lets store any domain object (`Employee` in this example), and
Spring HATEOAS defines a generic `EntityModel<T>` container used to model resources that lets store any domain object (`Employee` in this example), and
add additional links.
IMPORTANT: Spring HATEOAS's `EntityModel` and `Link` classes are *vendor neutral*. HAL is thrown around a lot, being the