From 71c3f51cf8551f4545e419ef405d2b94c7087d6b Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 30 Jul 2019 12:19:20 -0500 Subject: [PATCH] Polishing --- basics/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/README.adoc b/basics/README.adoc index 6e91f64..9e8f576 100644 --- a/basics/README.adoc +++ b/basics/README.adoc @@ -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` container uased to model resources that lets store any domain object (`Employee` in this example), and +Spring HATEOAS defines a generic `EntityModel` 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