diff --git a/www/essays/hateoas.md b/www/essays/hateoas.md index 4e4d9178..3a84b68a 100644 --- a/www/essays/hateoas.md +++ b/www/essays/hateoas.md @@ -105,7 +105,7 @@ API. This shows the core difference between the two approaches: in the RESTful, HATEOAS HTML representation, all operations are encoded directly in the response. In the JSON API example, out-of-band information is necessary for processing and working with -the knowledge. +the remote resource. ## Origins